diff options
author | aldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-05-19 19:29:19 +0000 |
---|---|---|
committer | aldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-05-19 19:29:19 +0000 |
commit | c1cd81cf26a3aad969743b158b660cd6279daa60 (patch) | |
tree | 41b2747866f1fc726d3a6cfde9bff946f6b514f3 /sysklogd | |
parent | 3a09c931d8932a9ee5f506457668c9eec61d83c6 (diff) | |
download | busybox-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 'sysklogd')
-rw-r--r-- | sysklogd/klogd.c | 8 | ||||
-rw-r--r-- | sysklogd/syslogd.c | 8 |
2 files changed, 0 insertions, 16 deletions
diff --git a/sysklogd/klogd.c b/sysklogd/klogd.c index 6dc5457af..95a35c25e 100644 --- a/sysklogd/klogd.c +++ b/sysklogd/klogd.c | |||
@@ -128,11 +128,3 @@ int klogd_main(int argc, char **argv) | |||
128 | 128 | ||
129 | return EXIT_SUCCESS; | 129 | return EXIT_SUCCESS; |
130 | } | 130 | } |
131 | |||
132 | /* | ||
133 | Local Variables | ||
134 | c-file-style: "linux" | ||
135 | c-basic-offset: 4 | ||
136 | tab-width: 4 | ||
137 | End: | ||
138 | */ | ||
diff --git a/sysklogd/syslogd.c b/sysklogd/syslogd.c index 74c407142..deaee49c2 100644 --- a/sysklogd/syslogd.c +++ b/sysklogd/syslogd.c | |||
@@ -680,11 +680,3 @@ int syslogd_main(int argc, char **argv) | |||
680 | 680 | ||
681 | return EXIT_SUCCESS; | 681 | return EXIT_SUCCESS; |
682 | } | 682 | } |
683 | |||
684 | /* | ||
685 | Local Variables | ||
686 | c-file-style: "linux" | ||
687 | c-basic-offset: 4 | ||
688 | tab-width: 4 | ||
689 | End: | ||
690 | */ | ||