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 | |
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')
-rw-r--r-- | coreutils/cal.c | 1 | ||||
-rw-r--r-- | coreutils/cut.c | 2 | ||||
-rw-r--r-- | coreutils/fold.c | 2 | ||||
-rw-r--r-- | coreutils/install.c | 1 | ||||
-rw-r--r-- | coreutils/libcoreutils/coreutils.h | 1 | ||||
-rw-r--r-- | coreutils/nohup.c | 2 | ||||
-rw-r--r-- | coreutils/od.c | 1 | ||||
-rw-r--r-- | coreutils/printenv.c | 1 | ||||
-rw-r--r-- | coreutils/stat.c | 2 | ||||
-rw-r--r-- | coreutils/uudecode.c | 1 |
10 files changed, 10 insertions, 4 deletions
diff --git a/coreutils/cal.c b/coreutils/cal.c index a134380..89e02e2 100644 --- a/coreutils/cal.c +++ b/coreutils/cal.c @@ -1,3 +1,4 @@ +/* vi: set sw=4 ts=4: */ /* * Calendar implementation for busybox * diff --git a/coreutils/cut.c b/coreutils/cut.c index 11e9d5e..061c206 100644 --- a/coreutils/cut.c +++ b/coreutils/cut.c @@ -1,4 +1,4 @@ -/* vi: set sw=8 ts=8: */ +/* vi: set sw=4 ts=4: */ /* * cut.c - minimalist version of cut * 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: */ diff --git a/coreutils/install.c b/coreutils/install.c index 90b3ef3..57845cf 100644 --- a/coreutils/install.c +++ b/coreutils/install.c @@ -1,3 +1,4 @@ +/* vi: set sw=4 ts=4: */ /* * Copyright (C) 2003 by Glenn McGrath <bug1@iinet.net.au> * diff --git a/coreutils/libcoreutils/coreutils.h b/coreutils/libcoreutils/coreutils.h index b93731b..102c7b5 100644 --- a/coreutils/libcoreutils/coreutils.h +++ b/coreutils/libcoreutils/coreutils.h @@ -1,3 +1,4 @@ +/* vi: set sw=4 ts=4: */ /* * Licensed under the GPL v2 or later, see the file LICENSE in this tarball. */ diff --git a/coreutils/nohup.c b/coreutils/nohup.c index 9d7a0f5..41c4b77 100644 --- a/coreutils/nohup.c +++ b/coreutils/nohup.c @@ -1,4 +1,4 @@ -/* vi:set ts=4: */ +/* vi: set sw=4 ts=4: */ /* nohup - invoke a utility immune to hangups. * * Busybox version based on nohup specification at diff --git a/coreutils/od.c b/coreutils/od.c index 13f91ee..8cd34bb 100644 --- a/coreutils/od.c +++ b/coreutils/od.c @@ -1,3 +1,4 @@ +/* vi: set sw=4 ts=4: */ /* * od implementation for busybox * Based on code from util-linux v 2.11l diff --git a/coreutils/printenv.c b/coreutils/printenv.c index 079a62f..d4eb243 100644 --- a/coreutils/printenv.c +++ b/coreutils/printenv.c @@ -1,3 +1,4 @@ +/* vi: set sw=4 ts=4: */ /* * printenv implementation for busybox * diff --git a/coreutils/stat.c b/coreutils/stat.c index d58eae1..7e39d5e 100644 --- a/coreutils/stat.c +++ b/coreutils/stat.c @@ -1,4 +1,4 @@ -/* vi:set ts=4:*/ +/* vi: set sw=4 ts=4: */ /* * stat -- display file or file system status * diff --git a/coreutils/uudecode.c b/coreutils/uudecode.c index bf03252..9dc5bb8 100644 --- a/coreutils/uudecode.c +++ b/coreutils/uudecode.c @@ -1,3 +1,4 @@ +/* vi: set sw=4 ts=4: */ /* * Copyright 2003, Glenn McGrath <bug1@iinet.net.au> * |