aboutsummaryrefslogtreecommitdiff
path: root/applets
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2006-05-19 19:29:19 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2006-05-19 19:29:19 +0000
commitb1629b1b2abc17a6430e4173d64d7956784118e0 (patch)
tree41b2747866f1fc726d3a6cfde9bff946f6b514f3 /applets
parentd8e87a09d1f90e527e48199f99e0a3537b12b842 (diff)
downloadbusybox-w32-b1629b1b2abc17a6430e4173d64d7956784118e0.tar.gz
busybox-w32-b1629b1b2abc17a6430e4173d64d7956784118e0.tar.bz2
busybox-w32-b1629b1b2abc17a6430e4173d64d7956784118e0.zip
- remove emacs layout block as suggested by Robert P.J. Day
- use shorter boilerplate while at it
Diffstat (limited to 'applets')
-rw-r--r--applets/busybox.c11
1 files changed, 3 insertions, 8 deletions
diff --git a/applets/busybox.c b/applets/busybox.c
index 344edc64c..25bb36d9c 100644
--- a/applets/busybox.c
+++ b/applets/busybox.c
@@ -1,4 +1,7 @@
1/* vi: set sw=4 ts=4: */ 1/* vi: set sw=4 ts=4: */
2/*
3 * Licensed under GPLv2 or later, see file LICENSE in this tarball for details.
4 */
2#include <stdio.h> 5#include <stdio.h>
3#include <string.h> 6#include <string.h>
4#include <unistd.h> 7#include <unistd.h>
@@ -147,11 +150,3 @@ int busybox_main(int argc, char **argv)
147 150
148 bb_error_msg_and_die("applet not found"); 151 bb_error_msg_and_die("applet not found");
149} 152}
150
151/*
152Local Variables:
153c-file-style: "linux"
154c-basic-offset: 4
155tab-width: 4
156End:
157*/