diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2007-07-19 22:50:47 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2007-07-19 22:50:47 +0000 |
commit | 2f6ae43b9c74d393a139007377895e8c50b8af9a (patch) | |
tree | 1f899a31345033e8a808de680a37f3cd3f13a656 /miscutils/devfsd.c | |
parent | 2a86a61c270a7d64bcc18a81b0d9004699b1be0f (diff) | |
download | busybox-w32-2f6ae43b9c74d393a139007377895e8c50b8af9a.tar.gz busybox-w32-2f6ae43b9c74d393a139007377895e8c50b8af9a.tar.bz2 busybox-w32-2f6ae43b9c74d393a139007377895e8c50b8af9a.zip |
stray trailing tabs removed
Diffstat (limited to 'miscutils/devfsd.c')
-rw-r--r-- | miscutils/devfsd.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/miscutils/devfsd.c b/miscutils/devfsd.c index 49eee9be4..d8730459b 100644 --- a/miscutils/devfsd.c +++ b/miscutils/devfsd.c | |||
@@ -416,7 +416,7 @@ int devfsd_main(int argc, char **argv) | |||
416 | 416 | ||
417 | if (ENABLE_DEVFSD_FG_NP && no_polling) | 417 | if (ENABLE_DEVFSD_FG_NP && no_polling) |
418 | exit(0); | 418 | exit(0); |
419 | 419 | ||
420 | if (ENABLE_DEVFSD_VERBOSE || ENABLE_DEBUG) | 420 | if (ENABLE_DEVFSD_VERBOSE || ENABLE_DEBUG) |
421 | logmode = LOGMODE_BOTH; | 421 | logmode = LOGMODE_BOTH; |
422 | else if (do_daemon == TRUE) | 422 | else if (do_daemon == TRUE) |
@@ -432,7 +432,7 @@ int devfsd_main(int argc, char **argv) | |||
432 | } else if (ENABLE_DEVFSD_FG_NP) { | 432 | } else if (ENABLE_DEVFSD_FG_NP) { |
433 | setpgid(0, 0); /* Become process group leader */ | 433 | setpgid(0, 0); /* Become process group leader */ |
434 | } | 434 | } |
435 | 435 | ||
436 | while (TRUE) { | 436 | while (TRUE) { |
437 | do_scan = do_servicing(fd, event_mask); | 437 | do_scan = do_servicing(fd, event_mask); |
438 | 438 | ||