diff options
Diffstat (limited to 'libbb')
-rw-r--r-- | libbb/bb_asprintf.c | 1 | ||||
-rw-r--r-- | libbb/compare_string_array.c | 2 | ||||
-rw-r--r-- | libbb/dump.c | 1 | ||||
-rw-r--r-- | libbb/human_readable.c | 1 | ||||
-rw-r--r-- | libbb/inet_common.c | 1 | ||||
-rw-r--r-- | libbb/last_char_is.c | 1 | ||||
-rw-r--r-- | libbb/login.c | 1 | ||||
-rw-r--r-- | libbb/md5.c | 1 | ||||
-rw-r--r-- | libbb/qmodule.c | 1 | ||||
-rw-r--r-- | libbb/sha1.c | 1 | ||||
-rw-r--r-- | libbb/xgetcwd.c | 1 | ||||
-rw-r--r-- | libbb/xreadlink.c | 1 | ||||
-rw-r--r-- | libbb/xstat.c | 1 |
13 files changed, 13 insertions, 1 deletions
diff --git a/libbb/bb_asprintf.c b/libbb/bb_asprintf.c index 191417a2d..51896ddd6 100644 --- a/libbb/bb_asprintf.c +++ b/libbb/bb_asprintf.c @@ -1,3 +1,4 @@ +/* vi: set sw=4 ts=4: */ /* Copyright (C) 2002,2005 Vladimir Oleynik <dzo@simtreas.ru> */ diff --git a/libbb/compare_string_array.c b/libbb/compare_string_array.c index d379feea4..cac93d995 100644 --- a/libbb/compare_string_array.c +++ b/libbb/compare_string_array.c @@ -1,4 +1,4 @@ -/* vi:set ts=4:*/ +/* vi: set sw=4 ts=4: */ /* * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. */ diff --git a/libbb/dump.c b/libbb/dump.c index 283cba19a..f1d5df2d6 100644 --- a/libbb/dump.c +++ b/libbb/dump.c @@ -1,3 +1,4 @@ +/* vi: set sw=4 ts=4: */ /* * Support code for the hexdump and od applets, * based on code from util-linux v 2.11l diff --git a/libbb/human_readable.c b/libbb/human_readable.c index cf029c0a2..115fde744 100644 --- a/libbb/human_readable.c +++ b/libbb/human_readable.c @@ -1,3 +1,4 @@ +/* vi: set sw=4 ts=4: */ /* * June 30, 2001 Manuel Novoa III * diff --git a/libbb/inet_common.c b/libbb/inet_common.c index d9e545148..feb0c42f3 100644 --- a/libbb/inet_common.c +++ b/libbb/inet_common.c @@ -1,3 +1,4 @@ +/* vi: set sw=4 ts=4: */ /* * stolen from net-tools-1.59 and stripped down for busybox by * Erik Andersen <andersen@codepoet.org> diff --git a/libbb/last_char_is.c b/libbb/last_char_is.c index 9bd70996c..9bf0bee5f 100644 --- a/libbb/last_char_is.c +++ b/libbb/last_char_is.c @@ -1,3 +1,4 @@ +/* vi: set sw=4 ts=4: */ /* * busybox library eXtended function * diff --git a/libbb/login.c b/libbb/login.c index 0abc9dced..7c1cad3f2 100644 --- a/libbb/login.c +++ b/libbb/login.c @@ -1,3 +1,4 @@ +/* vi: set sw=4 ts=4: */ /* * issue.c: issue printing code * diff --git a/libbb/md5.c b/libbb/md5.c index 58be40b6a..5ad65804a 100644 --- a/libbb/md5.c +++ b/libbb/md5.c @@ -1,3 +1,4 @@ +/* vi: set sw=4 ts=4: */ /* * md5.c - Compute MD5 checksum of strings according to the * definition of MD5 in RFC 1321 from April 1992. diff --git a/libbb/qmodule.c b/libbb/qmodule.c index fd14d10fa..4e4e79d38 100644 --- a/libbb/qmodule.c +++ b/libbb/qmodule.c @@ -1,3 +1,4 @@ +/* vi: set sw=4 ts=4: */ /* Copyright (C) 2002 Tim Riker <Tim@Rikers.org> everyone seems to claim it someplace. ;-) diff --git a/libbb/sha1.c b/libbb/sha1.c index dd4009834..31b55b1da 100644 --- a/libbb/sha1.c +++ b/libbb/sha1.c @@ -1,3 +1,4 @@ +/* vi: set sw=4 ts=4: */ /* * Based on shasum from http://www.netsw.org/crypto/hash/ * Majorly hacked up to use Dr Brian Gladman's sha1 code diff --git a/libbb/xgetcwd.c b/libbb/xgetcwd.c index 1fcdba198..f6cfb34a7 100644 --- a/libbb/xgetcwd.c +++ b/libbb/xgetcwd.c @@ -1,3 +1,4 @@ +/* vi: set sw=4 ts=4: */ /* * xgetcwd.c -- return current directory with unlimited length * Copyright (C) 1992, 1996 Free Software Foundation, Inc. diff --git a/libbb/xreadlink.c b/libbb/xreadlink.c index c7227d1dd..14863d9d5 100644 --- a/libbb/xreadlink.c +++ b/libbb/xreadlink.c @@ -1,3 +1,4 @@ +/* vi: set sw=4 ts=4: */ /* * xreadlink.c - safe implementation of readlink. * Returns a NULL on failure... diff --git a/libbb/xstat.c b/libbb/xstat.c index ca6686403..2a6cc3ed7 100644 --- a/libbb/xstat.c +++ b/libbb/xstat.c @@ -1,3 +1,4 @@ +/* vi: set sw=4 ts=4: */ /* * xstat.c - a stat() which dies on failure with meaningful error message */ |