aboutsummaryrefslogtreecommitdiff
path: root/applets
diff options
context:
space:
mode:
authoraldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-05-19 19:29:19 +0000
committeraldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-05-19 19:29:19 +0000
commitc1cd81cf26a3aad969743b158b660cd6279daa60 (patch)
tree41b2747866f1fc726d3a6cfde9bff946f6b514f3 /applets
parent3a09c931d8932a9ee5f506457668c9eec61d83c6 (diff)
downloadbusybox-w32-c1cd81cf26a3aad969743b158b660cd6279daa60.tar.gz
busybox-w32-c1cd81cf26a3aad969743b158b660cd6279daa60.tar.bz2
busybox-w32-c1cd81cf26a3aad969743b158b660cd6279daa60.zip
- remove emacs layout block as suggested by Robert P.J. Day
- use shorter boilerplate while at it git-svn-id: svn://busybox.net/trunk/busybox@15141 69ca8d6d-28ef-0310-b511-8ec308f3f277
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*/