diff toys/oneit.c @ 156:1e8f4b05cb65

Remove trailing whitespace (thanks to Charlie Shepherd), and a couple comment tweaks.
author Rob Landley <rob@landley.net>
date Thu, 15 Nov 2007 18:30:30 -0600
parents c1f4f9101af7
children 25447caf1b4b
line wrap: on
line diff
--- a/toys/oneit.c	Tue Nov 06 23:24:56 2007 +0000
+++ b/toys/oneit.c	Thu Nov 15 18:30:30 2007 -0600
@@ -30,7 +30,7 @@
     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++) {