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/cal.c | 1 + coreutils/cut.c | 2 +- coreutils/fold.c | 2 +- coreutils/install.c | 1 + coreutils/libcoreutils/coreutils.h | 1 + coreutils/nohup.c | 2 +- coreutils/od.c | 1 + coreutils/printenv.c | 1 + coreutils/stat.c | 2 +- coreutils/uudecode.c | 1 + 10 files changed, 10 insertions(+), 4 deletions(-) (limited to 'coreutils') 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 * 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 * -- cgit v1.2.3