commit | c693840fe81e59a308e0c6e3d2bafae728d1caff | [log] [tgz] |
---|---|---|
author | Denis Vlasenko <vda.linux@googlemail.com> | Mon Mar 24 02:18:03 2008 +0000 |
committer | Denis Vlasenko <vda.linux@googlemail.com> | Mon Mar 24 02:18:03 2008 +0000 |
tree | 10924edda7796e5242e460364c2f3587f2841c0f | |
parent | 42cc304e9084843ad6b153afaf4b3f6c6528c364 [diff] [blame] |
*: whitespace fixes, no code changes
diff --git a/init/init.c b/init/init.c index c4674a5..61b3025 100644 --- a/init/init.c +++ b/init/init.c
@@ -230,8 +230,8 @@ /* 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); }