Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2006-05-19 23:29:19 +0400
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2006-05-19 23:29:19 +0400
commitb1629b1b2abc17a6430e4173d64d7956784118e0 (patch)
tree41b2747866f1fc726d3a6cfde9bff946f6b514f3 /debianutils
parentd8e87a09d1f90e527e48199f99e0a3537b12b842 (diff)
- remove emacs layout block as suggested by Robert P.J. Day
- use shorter boilerplate while at it
Diffstat (limited to 'debianutils')
-rw-r--r--debianutils/which.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/debianutils/which.c b/debianutils/which.c
index f2991c561..03b3c30f9 100644
--- a/debianutils/which.c
+++ b/debianutils/which.c
@@ -99,11 +99,3 @@ int which_main(int argc, char **argv)
}
bb_fflush_stdout_and_exit(status);
}
-
-/*
-Local Variables:
-c-file-style: "linux"
-c-basic-offset: 4
-tab-width: 4
-End:
-*/