From 63fc1a9e08fabfc8ba96bad80731673ef40bf5cb Mon Sep 17 00:00:00 2001 From: "\"Robert P. J. Day\"" Date: Sun, 2 Jul 2006 19:47:05 +0000 Subject: Standardize on the vi editing directives being on the first line. --- coreutils/fold.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'coreutils/fold.c') diff --git a/coreutils/fold.c b/coreutils/fold.c index 833935af3..665b93e6e 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: */ -- cgit v1.2.3