diff options
author | vapier <vapier@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-05-13 02:27:52 +0000 |
---|---|---|
committer | vapier <vapier@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-05-13 02:27:52 +0000 |
commit | b1ef49381824b86ea855178913655a16e73099c7 (patch) | |
tree | d042a0a63b3deb6f2ad5be26db07ad514ef5ae06 | |
parent | e0113391eaab86c5b2dbbc8bcdc8cc794a3cd551 (diff) | |
download | busybox-w32-b1ef49381824b86ea855178913655a16e73099c7.tar.gz busybox-w32-b1ef49381824b86ea855178913655a16e73099c7.tar.bz2 busybox-w32-b1ef49381824b86ea855178913655a16e73099c7.zip |
fix whitespace
git-svn-id: svn://busybox.net/trunk/busybox@15078 69ca8d6d-28ef-0310-b511-8ec308f3f277
-rw-r--r-- | init/init.c | 2 |
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); |