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/runlevel.c | |
parent | 2a86a61c270a7d64bcc18a81b0d9004699b1be0f (diff) |
stray trailing tabs removed
Diffstat (limited to 'miscutils/runlevel.c')
-rw-r--r-- | miscutils/runlevel.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/miscutils/runlevel.c b/miscutils/runlevel.c index 0aabfb024..f51a647be 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; |