]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
Align
authorRoy Marples <roy@marples.name>
Tue, 16 Jun 2020 16:21:20 +0000 (17:21 +0100)
committerRoy Marples <roy@marples.name>
Tue, 16 Jun 2020 16:21:20 +0000 (17:21 +0100)
src/eloop.c

index 0307eed5d364dc831c77a574ae865fceb24b6522..7b0de03daeb55981ddca88c91aec455a5fdb7a0e 100644 (file)
@@ -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.