diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2008-03-24 02:18:03 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2008-03-24 02:18:03 +0000 |
commit | c693840fe81e59a308e0c6e3d2bafae728d1caff (patch) | |
tree | 10924edda7796e5242e460364c2f3587f2841c0f /init | |
parent | 42cc304e9084843ad6b153afaf4b3f6c6528c364 (diff) |
*: whitespace fixes, no code changes
Diffstat (limited to 'init')
-rw-r--r-- | init/init.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/init/init.c b/init/init.c index c4674a55f..61b302556 100644 --- a/init/init.c +++ b/init/init.c @@ -230,8 +230,8 @@ static void console_init(void) /* Give me _ANY_ open descriptor! */ fd = xopen("/", O_RDONLY); /* we don't believe this can fail */ } - while ((unsigned)fd < 2) - fd = dup(fd); + while ((unsigned)fd < 2) + fd = dup(fd); if (fd > 2) close(fd); } |