diff options
author | Denys Vlasenko | 2017-10-05 14:40:24 +0200 |
---|---|---|
committer | Denys Vlasenko | 2017-10-05 14:40:24 +0200 |
commit | ebe6d9d8758d36e03cf39b6587597c67ab778436 (patch) | |
tree | 8f45b962c04005a6c718c583dd59d0ce0323545c /libbb/mode_string.c | |
parent | 099ef9324e88679e0b26f6f13476583e03f53dee (diff) | |
download | busybox-ebe6d9d8758d36e03cf39b6587597c67ab778436.zip busybox-ebe6d9d8758d36e03cf39b6587597c67ab778436.tar.gz |
whitespace and comment format fixes, no code changes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'libbb/mode_string.c')
-rw-r--r-- | libbb/mode_string.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libbb/mode_string.c b/libbb/mode_string.c index 934eb6d..280e6d2 100644 --- a/libbb/mode_string.c +++ b/libbb/mode_string.c @@ -10,8 +10,6 @@ /* Aug 13, 2003 * Fix a bug reported by junkio@cox.net involving the mode_chars index. */ - - #include <assert.h> #include <sys/stat.h> |