stray trailing tabs removed

This commit is contained in:
Denis Vlasenko
2007-07-19 22:50:47 +00:00
parent 2a86a61c27
commit 2f6ae43b9c
5 changed files with 11 additions and 11 deletions

View File

@@ -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);

View File

@@ -36,7 +36,7 @@ int runlevel_main(int argc, char **argv)
}
puts("unknown");
if (ENABLE_FEATURE_CLEAN_UP)
endutent();
return 1;