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 /libbb/recursive_action.c | |
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 'libbb/recursive_action.c')
-rw-r--r-- | libbb/recursive_action.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/libbb/recursive_action.c b/libbb/recursive_action.c index 6b005e22d..a30addc4f 100644 --- a/libbb/recursive_action.c +++ b/libbb/recursive_action.c | |||
@@ -116,13 +116,3 @@ int recursive_action(const char *fileName, | |||
116 | } | 116 | } |
117 | return TRUE; | 117 | return TRUE; |
118 | } | 118 | } |
119 | |||
120 | |||
121 | /* END CODE */ | ||
122 | /* | ||
123 | Local Variables: | ||
124 | c-file-style: "linux" | ||
125 | c-basic-offset: 4 | ||
126 | tab-width: 4 | ||
127 | End: | ||
128 | */ | ||