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. --- include/applets.h | 1 + include/dump.h | 1 + include/grp_.h | 1 + include/inet_common.h | 1 + include/pwd_.h | 1 + include/shadow_.h | 1 + include/usage.h | 1 + 7 files changed, 7 insertions(+) (limited to 'include') diff --git a/include/applets.h b/include/applets.h index f07d005cb..07f9aabf2 100644 --- a/include/applets.h +++ b/include/applets.h @@ -1,3 +1,4 @@ +/* vi: set sw=4 ts=4: */ /* * applets.h - a listing of all busybox applets. * diff --git a/include/dump.h b/include/dump.h index 3f4b480b2..e8a96ef87 100644 --- a/include/dump.h +++ b/include/dump.h @@ -1,3 +1,4 @@ +/* vi: set sw=4 ts=4: */ #define F_IGNORE 0x01 /* %_A */ #define F_SETREP 0x02 /* rep count set, not default */ #define F_ADDRESS 0x001 /* print offset */ diff --git a/include/grp_.h b/include/grp_.h index b212b0b4a..3ac5c8461 100644 --- a/include/grp_.h +++ b/include/grp_.h @@ -1,3 +1,4 @@ +/* vi: set sw=4 ts=4: */ /* Copyright (C) 1991,92,95,96,97,98,99,2000,01 Free Software Foundation, Inc. This file is part of the GNU C Library. diff --git a/include/inet_common.h b/include/inet_common.h index aa883ed3e..680d441d2 100644 --- a/include/inet_common.h +++ b/include/inet_common.h @@ -1,3 +1,4 @@ +/* vi: set sw=4 ts=4: */ /* * stolen from net-tools-1.59 and stripped down for busybox by * Erik Andersen diff --git a/include/pwd_.h b/include/pwd_.h index 72151203e..d161c0e8f 100644 --- a/include/pwd_.h +++ b/include/pwd_.h @@ -1,3 +1,4 @@ +/* vi: set sw=4 ts=4: */ /* Copyright (C) 1991,92,95,96,97,98,99,2001 Free Software Foundation, Inc. This file is part of the GNU C Library. diff --git a/include/shadow_.h b/include/shadow_.h index 29c99f8e2..177ee5f93 100644 --- a/include/shadow_.h +++ b/include/shadow_.h @@ -1,3 +1,4 @@ +/* vi: set sw=4 ts=4: */ /* Copyright (C) 1996, 1997, 1998, 1999 Free Software Foundation, Inc. This file is part of the GNU C Library. diff --git a/include/usage.h b/include/usage.h index 3e957092a..3c1fb18e9 100644 --- a/include/usage.h +++ b/include/usage.h @@ -1,3 +1,4 @@ +/* vi: set sw=4 ts=4: */ #ifndef __BB_USAGE_H__ #define __BB_USAGE_H__ -- cgit v1.2.3