diff options
author | "Robert P. J. Day" <rpjday@mindspring.com> | 2006-07-02 19:47:05 +0000 |
---|---|---|
committer | "Robert P. J. Day" <rpjday@mindspring.com> | 2006-07-02 19:47:05 +0000 |
commit | 63fc1a9e08fabfc8ba96bad80731673ef40bf5cb (patch) | |
tree | 281a0ba5d442380d600e78ee09a775a2181dc55f /coreutils | |
parent | 087b9d640ed66f37249c09885fa86b27a78554c7 (diff) | |
download | 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 a134380c3..89e02e2f5 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 11e9d5e87..061c20697 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 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: */ diff --git a/coreutils/install.c b/coreutils/install.c index 90b3ef31b..57845cffd 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 b93731bc7..102c7b5be 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 9d7a0f559..41c4b779c 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 13f91eec7..8cd34bb16 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 079a62fe8..d4eb2435d 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 d58eae10e..7e39d5ecd 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 bf03252ac..9dc5bb86d 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> * |