diff options
author | Denis Vlasenko | 2007-07-19 22:50:47 +0000 |
---|---|---|
committer | Denis Vlasenko | 2007-07-19 22:50:47 +0000 |
commit | 2f6ae43b9c74d393a139007377895e8c50b8af9a (patch) | |
tree | 1f899a31345033e8a808de680a37f3cd3f13a656 /miscutils | |
parent | 2a86a61c270a7d64bcc18a81b0d9004699b1be0f (diff) | |
download | busybox-2f6ae43b9c74d393a139007377895e8c50b8af9a.zip busybox-2f6ae43b9c74d393a139007377895e8c50b8af9a.tar.gz |
stray trailing tabs removed
Diffstat (limited to 'miscutils')
-rw-r--r-- | miscutils/devfsd.c | 4 | ||||
-rw-r--r-- | miscutils/runlevel.c | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/miscutils/devfsd.c b/miscutils/devfsd.c index 49eee9b..d873045 100644 --- a/miscutils/devfsd.c +++ b/miscutils/devfsd.c @@ -416,7 +416,7 @@ int devfsd_main(int argc, char **argv) if (ENABLE_DEVFSD_FG_NP && no_polling) exit(0); - + if (ENABLE_DEVFSD_VERBOSE || ENABLE_DEBUG) logmode = LOGMODE_BOTH; else if (do_daemon == TRUE) @@ -432,7 +432,7 @@ int devfsd_main(int argc, char **argv) } else if (ENABLE_DEVFSD_FG_NP) { setpgid(0, 0); /* Become process group leader */ } - + while (TRUE) { do_scan = do_servicing(fd, event_mask); diff --git a/miscutils/runlevel.c b/miscutils/runlevel.c index 0aabfb0..f51a647 100644 --- a/miscutils/runlevel.c +++ b/miscutils/runlevel.c @@ -36,7 +36,7 @@ int runlevel_main(int argc, char **argv) } puts("unknown"); - + if (ENABLE_FEATURE_CLEAN_UP) endutent(); return 1; |