Mercurial > hg > dhcpcd
changeset 5369:978fd1d34b46 draft
Align
| author | Roy Marples <roy@marples.name> |
|---|---|
| date | Tue, 16 Jun 2020 17:21:20 +0100 |
| parents | cffaa4ac8bbc |
| children | ca830b3b9a58 |
| files | src/eloop.c |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/eloop.c Tue Jun 16 17:12:58 2020 +0100 +++ b/src/eloop.c Tue Jun 16 17:21:20 2020 +0100 @@ -92,7 +92,7 @@ #include <stdio.h> #endif -#define ELOOP_NSIGNALS 5 /* Allow a backlog of signals */ +#define ELOOP_NSIGNALS 5 /* Allow a backlog of signals */ /* * time_t is a signed integer of an unspecified size.
