From 2f4d91da75886a95cef99a940a4db3f2cbd25f3e Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sat, 13 May 2006 02:27:52 +0000 Subject: [PATCH] fix whitespace --- init/init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) break; } /* FIXME handle other errors */ - } + } /* See if stealing the controlling tty back is necessary */ pgrp = tcgetpgrp(0);