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 /util-linux | |
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 'util-linux')
-rw-r--r-- | util-linux/dmesg.c | 3 | ||||
-rw-r--r-- | util-linux/fdformat.c | 1 | ||||
-rw-r--r-- | util-linux/fdisk.c | 1 | ||||
-rw-r--r-- | util-linux/getopt.c | 1 | ||||
-rw-r--r-- | util-linux/hexdump.c | 1 | ||||
-rw-r--r-- | util-linux/ipcrm.c | 1 | ||||
-rw-r--r-- | util-linux/ipcs.c | 1 | ||||
-rw-r--r-- | util-linux/losetup.c | 1 | ||||
-rw-r--r-- | util-linux/mdev.c | 3 | ||||
-rw-r--r-- | util-linux/readprofile.c | 1 | ||||
-rw-r--r-- | util-linux/switch_root.c | 2 |
11 files changed, 13 insertions, 3 deletions
diff --git a/util-linux/dmesg.c b/util-linux/dmesg.c index 6adba15..cf3ed65 100644 --- a/util-linux/dmesg.c +++ b/util-linux/dmesg.c @@ -1,4 +1,5 @@ -/* vi: set ts=4: +/* vi: set sw=4 ts=4: */ +/* * * dmesg - display/control kernel ring buffer. * diff --git a/util-linux/fdformat.c b/util-linux/fdformat.c index 6912808..f94d455 100644 --- a/util-linux/fdformat.c +++ b/util-linux/fdformat.c @@ -1,3 +1,4 @@ +/* vi: set sw=4 ts=4: */ /* fdformat.c - Low-level formats a floppy disk - Werner Almesberger */ /* 1999-02-22 Arkadiusz Mi¶kiewicz <misiek@pld.ORG.PL> diff --git a/util-linux/fdisk.c b/util-linux/fdisk.c index 872581c..1c93546 100644 --- a/util-linux/fdisk.c +++ b/util-linux/fdisk.c @@ -1,3 +1,4 @@ +/* vi: set sw=4 ts=4: */ /* fdisk.c -- Partition table manipulator for Linux. * * Copyright (C) 1992 A. V. Le Blanc (LeBlanc@mcc.ac.uk) diff --git a/util-linux/getopt.c b/util-linux/getopt.c index 005af8f..fab8f83 100644 --- a/util-linux/getopt.c +++ b/util-linux/getopt.c @@ -1,3 +1,4 @@ +/* vi: set sw=4 ts=4: */ /* * getopt.c - Enhanced implementation of BSD getopt(1) * Copyright (c) 1997, 1998, 1999, 2000 Frodo Looijaard <frodol@dds.nl> diff --git a/util-linux/hexdump.c b/util-linux/hexdump.c index 2181b84..12f540a 100644 --- a/util-linux/hexdump.c +++ b/util-linux/hexdump.c @@ -1,3 +1,4 @@ +/* vi: set sw=4 ts=4: */ /* * hexdump implementation for busybox * Based on code from util-linux v 2.11l diff --git a/util-linux/ipcrm.c b/util-linux/ipcrm.c index f4abf68..2e164b8 100644 --- a/util-linux/ipcrm.c +++ b/util-linux/ipcrm.c @@ -1,3 +1,4 @@ +/* vi: set sw=4 ts=4: */ /* * ipcrm.c -- utility to allow removal of IPC objects and data structures. * diff --git a/util-linux/ipcs.c b/util-linux/ipcs.c index 6efe3d2..fbc75cb 100644 --- a/util-linux/ipcs.c +++ b/util-linux/ipcs.c @@ -1,3 +1,4 @@ +/* vi: set sw=4 ts=4: */ /* * ipcs.c -- provides information on allocated ipc resources. * diff --git a/util-linux/losetup.c b/util-linux/losetup.c index c2d3339..3c97984 100644 --- a/util-linux/losetup.c +++ b/util-linux/losetup.c @@ -1,3 +1,4 @@ +/* vi: set sw=4 ts=4: */ /* * Mini losetup implementation for busybox * diff --git a/util-linux/mdev.c b/util-linux/mdev.c index 3c7cf7b..c77c122 100644 --- a/util-linux/mdev.c +++ b/util-linux/mdev.c @@ -1,4 +1,5 @@ -/* vi:set ts=4: +/* vi: set sw=4 ts=4: */ +/* * * mdev - Mini udev for busybox * diff --git a/util-linux/readprofile.c b/util-linux/readprofile.c index 1612d71..8fe8787 100644 --- a/util-linux/readprofile.c +++ b/util-linux/readprofile.c @@ -1,3 +1,4 @@ +/* vi: set sw=4 ts=4: */ /* * readprofile.c - used to read /proc/profile * diff --git a/util-linux/switch_root.c b/util-linux/switch_root.c index 8e564f0..411b738 100644 --- a/util-linux/switch_root.c +++ b/util-linux/switch_root.c @@ -1,4 +1,4 @@ -/* vi:set ts=4:*/ +/* vi: set sw=4 ts=4: */ /* Copyright 2005 Rob Landley <rob@landley.net> * * Switch from rootfs to another filesystem as the root of the mount tree. |