aboutsummaryrefslogtreecommitdiff
path: root/init/halt.c
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/halt.c
parentcac0f5b7e552adee46b8e35ae66b6465f4903c37 (diff)
downloadbusybox-ea7c9b3366f0e97273b011b3c0b3fee9a25e8c15.tar.gz
whitespace fixes
Diffstat (limited to 'init/halt.c')
-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)
static const int magic[] = {
RB_HALT_SYSTEM,
RB_POWER_OFF,
- RB_AUTOBOOT
+ RB_AUTOBOOT
};
static const smallint signals[] = { SIGUSR1, SIGUSR2, SIGTERM };