aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-05-13 02:27:52 +0000
committerMike Frysinger <vapier@gentoo.org>2006-05-13 02:27:52 +0000
commit2f4d91da75886a95cef99a940a4db3f2cbd25f3e (patch)
treed042a0a63b3deb6f2ad5be26db07ad514ef5ae06
parent47b1838957c1f303077f802f2dd6ed2e5d57be5f (diff)
downloadbusybox-w32-2f4d91da75886a95cef99a940a4db3f2cbd25f3e.tar.gz
busybox-w32-2f4d91da75886a95cef99a940a4db3f2cbd25f3e.tar.bz2
busybox-w32-2f4d91da75886a95cef99a940a4db3f2cbd25f3e.zip
fix whitespace
-rw-r--r--init/init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/init/init.c b/init/init.c
index 22fb33dfd..9dbbb7d2d 100644
--- a/init/init.c
+++ b/init/init.c
@@ -471,7 +471,7 @@ static pid_t run(const struct init_action *a)
471 break; 471 break;
472 } 472 }
473 /* FIXME handle other errors */ 473 /* FIXME handle other errors */
474 } 474 }
475 475
476 /* See if stealing the controlling tty back is necessary */ 476 /* See if stealing the controlling tty back is necessary */
477 pgrp = tcgetpgrp(0); 477 pgrp = tcgetpgrp(0);