diff options
author | Erik Andersen <andersen@codepoet.org> | 2000-01-27 02:40:21 +0000 |
---|---|---|
committer | Erik Andersen <andersen@codepoet.org> | 2000-01-27 02:40:21 +0000 |
commit | ccc7488615f0079032d8b017f57e6bf6a994cf84 (patch) | |
tree | 4f4f709ad3b66e3f94fabd3567eb85df9e935393 /init | |
parent | de7965ca7ee65f21042739f1be5a337da4138343 (diff) | |
download | busybox-ccc7488615f0079032d8b017f57e6bf6a994cf84.tar.gz |
Fixed ls formatting for 8 char user names.
-Erik
Diffstat (limited to 'init')
-rw-r--r-- | init/init.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/init/init.c b/init/init.c index 09540ff01..dd92854b4 100644 --- a/init/init.c +++ b/init/init.c @@ -1,3 +1,4 @@ +/* vi: set sw=4 ts=4: */ /* * Mini init implementation for busybox * |