diff options
author | "Robert P. J. Day" | 2006-07-02 19:47:05 +0000 |
---|---|---|
committer | "Robert P. J. Day" | 2006-07-02 19:47:05 +0000 |
commit | 63fc1a9e08fabfc8ba96bad80731673ef40bf5cb (patch) | |
tree | 281a0ba5d442380d600e78ee09a775a2181dc55f /coreutils/fold.c | |
parent | 087b9d640ed66f37249c09885fa86b27a78554c7 (diff) | |
download | busybox-63fc1a9e08fabfc8ba96bad80731673ef40bf5cb.zip busybox-63fc1a9e08fabfc8ba96bad80731673ef40bf5cb.tar.gz |
Standardize on the vi editing directives being on the first line.
Diffstat (limited to 'coreutils/fold.c')
-rw-r--r-- | coreutils/fold.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/fold.c b/coreutils/fold.c index 833935a..665b93e 100644 --- a/coreutils/fold.c +++ b/coreutils/fold.c @@ -1,3 +1,4 @@ +/* vi: set sw=4 ts=4: */ /* fold -- wrap each input line to fit in specified width. Written by David MacKenzie, djm@gnu.ai.mit.edu. @@ -158,4 +159,3 @@ rescan: bb_fflush_stdout_and_exit(errs); } -/* vi: set sw=4 ts=4: */ |