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. --- scripts/bb_mkdep.c | 1 + scripts/config/conf.c | 1 + scripts/config/confdata.c | 1 + scripts/config/expr.c | 1 + scripts/config/expr.h | 1 + scripts/config/lkc.h | 1 + scripts/config/lkc_proto.h | 1 + scripts/config/lxdialog/checklist.c | 1 + scripts/config/lxdialog/colors.h | 1 + scripts/config/lxdialog/dialog.h | 1 + scripts/config/lxdialog/inputbox.c | 1 + scripts/config/lxdialog/menubox.c | 1 + scripts/config/lxdialog/msgbox.c | 1 + scripts/config/lxdialog/textbox.c | 1 + scripts/config/lxdialog/util.c | 1 + scripts/config/lxdialog/yesno.c | 1 + scripts/config/mconf.c | 1 + scripts/config/menu.c | 1 + scripts/config/symbol.c | 1 + scripts/config/util.c | 1 + scripts/usage.c | 1 + 21 files changed, 21 insertions(+) (limited to 'scripts') diff --git a/scripts/bb_mkdep.c b/scripts/bb_mkdep.c index 0c0b09dac..39d4605af 100644 --- a/scripts/bb_mkdep.c +++ b/scripts/bb_mkdep.c @@ -1,3 +1,4 @@ +/* vi: set sw=4 ts=4: */ /* * Another fast dependencies generator for Makefiles, Version 4.2 * diff --git a/scripts/config/conf.c b/scripts/config/conf.c index 4d804cfa3..2da5ff7a7 100644 --- a/scripts/config/conf.c +++ b/scripts/config/conf.c @@ -1,3 +1,4 @@ +/* vi: set sw=4 ts=4: */ /* * Copyright (C) 2002 Roman Zippel * Released under the terms of the GNU GPL v2.0. diff --git a/scripts/config/confdata.c b/scripts/config/confdata.c index 30517020d..db3fdcd56 100644 --- a/scripts/config/confdata.c +++ b/scripts/config/confdata.c @@ -1,3 +1,4 @@ +/* vi: set sw=4 ts=4: */ /* * Copyright (C) 2002 Roman Zippel * Released under the terms of the GNU GPL v2.0. diff --git a/scripts/config/expr.c b/scripts/config/expr.c index 6f39e7a25..125573e77 100644 --- a/scripts/config/expr.c +++ b/scripts/config/expr.c @@ -1,3 +1,4 @@ +/* vi: set sw=4 ts=4: */ /* * Copyright (C) 2002 Roman Zippel * Released under the terms of the GNU GPL v2.0. diff --git a/scripts/config/expr.h b/scripts/config/expr.h index 7d39ff43e..de7332f64 100644 --- a/scripts/config/expr.h +++ b/scripts/config/expr.h @@ -1,3 +1,4 @@ +/* vi: set sw=4 ts=4: */ /* * Copyright (C) 2002 Roman Zippel * Released under the terms of the GNU GPL v2.0. diff --git a/scripts/config/lkc.h b/scripts/config/lkc.h index b8a67fc9d..8c38f1f87 100644 --- a/scripts/config/lkc.h +++ b/scripts/config/lkc.h @@ -1,3 +1,4 @@ +/* vi: set sw=4 ts=4: */ /* * Copyright (C) 2002 Roman Zippel * Released under the terms of the GNU GPL v2.0. diff --git a/scripts/config/lkc_proto.h b/scripts/config/lkc_proto.h index 6dc6d0c48..c416357df 100644 --- a/scripts/config/lkc_proto.h +++ b/scripts/config/lkc_proto.h @@ -1,3 +1,4 @@ +/* vi: set sw=4 ts=4: */ /* confdata.c */ P(conf_parse,void,(const char *name)); diff --git a/scripts/config/lxdialog/checklist.c b/scripts/config/lxdialog/checklist.c index 7565b5db1..1513a8966 100644 --- a/scripts/config/lxdialog/checklist.c +++ b/scripts/config/lxdialog/checklist.c @@ -1,3 +1,4 @@ +/* vi: set sw=4 ts=4: */ /* * checklist.c -- implements the checklist box * diff --git a/scripts/config/lxdialog/colors.h b/scripts/config/lxdialog/colors.h index d34dd37c6..4a2d06421 100644 --- a/scripts/config/lxdialog/colors.h +++ b/scripts/config/lxdialog/colors.h @@ -1,3 +1,4 @@ +/* vi: set sw=4 ts=4: */ /* * colors.h -- color attribute definitions * diff --git a/scripts/config/lxdialog/dialog.h b/scripts/config/lxdialog/dialog.h index c103ecd23..236a68dce 100644 --- a/scripts/config/lxdialog/dialog.h +++ b/scripts/config/lxdialog/dialog.h @@ -1,3 +1,4 @@ +/* vi: set sw=4 ts=4: */ /* * dialog.h -- common declarations for all dialog modules diff --git a/scripts/config/lxdialog/inputbox.c b/scripts/config/lxdialog/inputbox.c index 074d2d68b..a42f8127d 100644 --- a/scripts/config/lxdialog/inputbox.c +++ b/scripts/config/lxdialog/inputbox.c @@ -1,3 +1,4 @@ +/* vi: set sw=4 ts=4: */ /* * inputbox.c -- implements the input box * diff --git a/scripts/config/lxdialog/menubox.c b/scripts/config/lxdialog/menubox.c index d0990c34e..23a38e0fb 100644 --- a/scripts/config/lxdialog/menubox.c +++ b/scripts/config/lxdialog/menubox.c @@ -1,3 +1,4 @@ +/* vi: set sw=4 ts=4: */ /* * menubox.c -- implements the menu box * diff --git a/scripts/config/lxdialog/msgbox.c b/scripts/config/lxdialog/msgbox.c index de0f32bf0..a13bcbafb 100644 --- a/scripts/config/lxdialog/msgbox.c +++ b/scripts/config/lxdialog/msgbox.c @@ -1,3 +1,4 @@ +/* vi: set sw=4 ts=4: */ /* * msgbox.c -- implements the message box and info box * diff --git a/scripts/config/lxdialog/textbox.c b/scripts/config/lxdialog/textbox.c index b75e12a3e..aa7f5afe2 100644 --- a/scripts/config/lxdialog/textbox.c +++ b/scripts/config/lxdialog/textbox.c @@ -1,3 +1,4 @@ +/* vi: set sw=4 ts=4: */ /* * textbox.c -- implements the text box * diff --git a/scripts/config/lxdialog/util.c b/scripts/config/lxdialog/util.c index 1e4b662c0..bb43c836e 100644 --- a/scripts/config/lxdialog/util.c +++ b/scripts/config/lxdialog/util.c @@ -1,3 +1,4 @@ +/* vi: set sw=4 ts=4: */ /* * util.c * diff --git a/scripts/config/lxdialog/yesno.c b/scripts/config/lxdialog/yesno.c index 11fcc25f5..98562d8a9 100644 --- a/scripts/config/lxdialog/yesno.c +++ b/scripts/config/lxdialog/yesno.c @@ -1,3 +1,4 @@ +/* vi: set sw=4 ts=4: */ /* * yesno.c -- implements the yes/no box * diff --git a/scripts/config/mconf.c b/scripts/config/mconf.c index 74afb65a0..b2fb112f5 100644 --- a/scripts/config/mconf.c +++ b/scripts/config/mconf.c @@ -1,3 +1,4 @@ +/* vi: set sw=4 ts=4: */ /* * Copyright (C) 2002 Roman Zippel * Released under the terms of the GNU GPL v2.0. diff --git a/scripts/config/menu.c b/scripts/config/menu.c index 0c13156f3..57292cf1d 100644 --- a/scripts/config/menu.c +++ b/scripts/config/menu.c @@ -1,3 +1,4 @@ +/* vi: set sw=4 ts=4: */ /* * Copyright (C) 2002 Roman Zippel * Released under the terms of the GNU GPL v2.0. diff --git a/scripts/config/symbol.c b/scripts/config/symbol.c index ea629728a..aeea4cc9f 100644 --- a/scripts/config/symbol.c +++ b/scripts/config/symbol.c @@ -1,3 +1,4 @@ +/* vi: set sw=4 ts=4: */ /* * Copyright (C) 2002 Roman Zippel * Released under the terms of the GNU GPL v2.0. diff --git a/scripts/config/util.c b/scripts/config/util.c index a72f5ea66..dbf23edef 100644 --- a/scripts/config/util.c +++ b/scripts/config/util.c @@ -1,3 +1,4 @@ +/* vi: set sw=4 ts=4: */ /* * Copyright (C) 2002-2005 Roman Zippel * Copyright (C) 2002-2005 Sam Ravnborg diff --git a/scripts/usage.c b/scripts/usage.c index 06f059acd..373642cd6 100644 --- a/scripts/usage.c +++ b/scripts/usage.c @@ -1,3 +1,4 @@ +/* vi: set sw=4 ts=4: */ #include #include "busybox.h" -- cgit v1.2.3