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/init.c | |
parent | 42cc304e9084843ad6b153afaf4b3f6c6528c364 (diff) | |
download | busybox-w32-c693840fe81e59a308e0c6e3d2bafae728d1caff.tar.gz busybox-w32-c693840fe81e59a308e0c6e3d2bafae728d1caff.tar.bz2 busybox-w32-c693840fe81e59a308e0c6e3d2bafae728d1caff.zip |
*: whitespace fixes, no code changes
Diffstat (limited to 'init/init.c')
-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) | |||
230 | /* Give me _ANY_ open descriptor! */ | 230 | /* Give me _ANY_ open descriptor! */ |
231 | fd = xopen("/", O_RDONLY); /* we don't believe this can fail */ | 231 | fd = xopen("/", O_RDONLY); /* we don't believe this can fail */ |
232 | } | 232 | } |
233 | while ((unsigned)fd < 2) | 233 | while ((unsigned)fd < 2) |
234 | fd = dup(fd); | 234 | fd = dup(fd); |
235 | if (fd > 2) | 235 | if (fd > 2) |
236 | close(fd); | 236 | close(fd); |
237 | } | 237 | } |