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. --- archival/bunzip2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'archival/bunzip2.c') diff --git a/archival/bunzip2.c b/archival/bunzip2.c index abd7db3ab..714dac077 100644 --- a/archival/bunzip2.c +++ b/archival/bunzip2.c @@ -1,3 +1,4 @@ +/* vi: set sw=4 ts=4: */ /* * Modified for busybox by Glenn McGrath * Added support output to stdout by Thomas Lundquist @@ -64,4 +65,3 @@ int bunzip2_main(int argc, char **argv) return status; } -/* vi:set ts=4: */ -- cgit v1.2.3