summaryrefslogtreecommitdiff
path: root/miscutils
diff options
context:
space:
mode:
Diffstat (limited to 'miscutils')
-rw-r--r--miscutils/devfsd.c4
-rw-r--r--miscutils/runlevel.c2
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;