aboutsummaryrefslogtreecommitdiff
path: root/init
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2008-09-25 10:39:10 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2008-09-25 10:39:10 +0000
commitea7c9b3366f0e97273b011b3c0b3fee9a25e8c15 (patch)
tree12ebd5d8d0fea2c9adaac1cd61bbc7626bf63859 /init
parentcac0f5b7e552adee46b8e35ae66b6465f4903c37 (diff)
downloadbusybox-w32-ea7c9b3366f0e97273b011b3c0b3fee9a25e8c15.tar.gz
busybox-w32-ea7c9b3366f0e97273b011b3c0b3fee9a25e8c15.tar.bz2
busybox-w32-ea7c9b3366f0e97273b011b3c0b3fee9a25e8c15.zip
whitespace fixes
Diffstat (limited to 'init')
-rw-r--r--init/halt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/init/halt.c b/init/halt.c
index cbb325eb9..e852b870e 100644
--- a/init/halt.c
+++ b/init/halt.c
@@ -50,7 +50,7 @@ int halt_main(int argc UNUSED_PARAM, char **argv)
50 static const int magic[] = { 50 static const int magic[] = {
51 RB_HALT_SYSTEM, 51 RB_HALT_SYSTEM,
52 RB_POWER_OFF, 52 RB_POWER_OFF,
53 RB_AUTOBOOT 53 RB_AUTOBOOT
54 }; 54 };
55 static const smallint signals[] = { SIGUSR1, SIGUSR2, SIGTERM }; 55 static const smallint signals[] = { SIGUSR1, SIGUSR2, SIGTERM };
56 56