aboutsummaryrefslogtreecommitdiff
path: root/toys/oneit.c
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2007-11-15 18:30:30 -0600
committerRob Landley <rob@landley.net>2007-11-15 18:30:30 -0600
commit2c226859cfc911c4a1eea009897050a16714aeec (patch)
tree9ae05df2a1907a25eb8eec8af0e677775bb3e74b /toys/oneit.c
parent5d43eb420e036d993a9e100c9b46d7b78e323123 (diff)
downloadtoybox-2c226859cfc911c4a1eea009897050a16714aeec.tar.gz
Remove trailing whitespace (thanks to Charlie Shepherd), and a couple comment
tweaks.
Diffstat (limited to 'toys/oneit.c')
-rw-r--r--toys/oneit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/oneit.c b/toys/oneit.c
index 1f87e5f2..3ac5db4f 100644
--- a/toys/oneit.c
+++ b/toys/oneit.c
@@ -30,7 +30,7 @@ int oneit_main(void)
sync();
reboot(toys.optflags ? RB_POWER_OFF : RB_AUTOBOOT);
}
-
+
// Redirect stdio to /dev/tty0, with new session ID, so ctrl-c works.
setsid();
for (i=0; i<3; i++) {