summaryrefslogtreecommitdiff
path: root/debianutils
diff options
context:
space:
mode:
authorDenis Vlasenko2008-06-25 09:53:17 +0000
committerDenis Vlasenko2008-06-25 09:53:17 +0000
commit7049ff8696c3c2a1be0f9901d7e2473568b8f918 (patch)
treec952ee767508bb76c25d6269a298aa16cad99b82 /debianutils
parentf26e3d2e41cc7d2fabcf5c2e777306c36a8d5868 (diff)
downloadbusybox-7049ff8696c3c2a1be0f9901d7e2473568b8f918.zip
busybox-7049ff8696c3c2a1be0f9901d7e2473568b8f918.tar.gz
whitespace fixes. no code changes
Diffstat (limited to 'debianutils')
-rw-r--r--debianutils/start_stop_daemon.c9
1 files changed, 4 insertions, 5 deletions
diff --git a/debianutils/start_stop_daemon.c b/debianutils/start_stop_daemon.c
index 6d7e61b..86ec710 100644
--- a/debianutils/start_stop_daemon.c
+++ b/debianutils/start_stop_daemon.c
@@ -105,11 +105,10 @@ struct globals {
#define pidfile (G.pidfile )
#define user_id (G.user_id )
#define signal_nr (G.signal_nr )
-#define INIT_G() \
- do { \
- user_id = -1; \
- signal_nr = 15; \
- } while (0)
+#define INIT_G() do { \
+ user_id = -1; \
+ signal_nr = 15; \
+} while (0)
#ifdef OLDER_VERSION_OF_X
/* -x,--exec EXECUTABLE