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) | |
download | busybox-w32-2f6ae43b9c74d393a139007377895e8c50b8af9a.tar.gz busybox-w32-2f6ae43b9c74d393a139007377895e8c50b8af9a.tar.bz2 busybox-w32-2f6ae43b9c74d393a139007377895e8c50b8af9a.zip |
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) | |||
36 | } | 36 | } |
37 | 37 | ||
38 | puts("unknown"); | 38 | puts("unknown"); |
39 | 39 | ||
40 | if (ENABLE_FEATURE_CLEAN_UP) | 40 | if (ENABLE_FEATURE_CLEAN_UP) |
41 | endutent(); | 41 | endutent(); |
42 | return 1; | 42 | return 1; |