whitespace fixes. no code changes
[oweals/busybox.git] / runit / runsv.c
index e3b507d255f4620f2321183f29921a04515ea7b9..6981fa774668d864d0439a17686146d956bf9b6e 100644 (file)
@@ -103,10 +103,9 @@ struct globals {
 #define logpipe      (G.logpipe     )
 #define dir          (G.dir         )
 #define svd          (G.svd         )
-#define INIT_G() \
-       do { \
-               pidchanged = 1; \
-       } while (0)
+#define INIT_G() do { \
+       pidchanged = 1; \
+} while (0)
 
 static void fatal2_cannot(const char *m1, const char *m2)
 {