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 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 * 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 * -- cgit v1.1