diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2017-10-05 14:40:24 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2017-10-05 14:40:24 +0200 |
commit | ebe6d9d8758d36e03cf39b6587597c67ab778436 (patch) | |
tree | 8f45b962c04005a6c718c583dd59d0ce0323545c /libbb/mode_string.c | |
parent | 099ef9324e88679e0b26f6f13476583e03f53dee (diff) | |
download | busybox-w32-ebe6d9d8758d36e03cf39b6587597c67ab778436.tar.gz busybox-w32-ebe6d9d8758d36e03cf39b6587597c67ab778436.tar.bz2 busybox-w32-ebe6d9d8758d36e03cf39b6587597c67ab778436.zip |
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 934eb6dc7..280e6d291 100644 --- a/libbb/mode_string.c +++ b/libbb/mode_string.c | |||
@@ -10,8 +10,6 @@ | |||
10 | /* Aug 13, 2003 | 10 | /* Aug 13, 2003 |
11 | * Fix a bug reported by junkio@cox.net involving the mode_chars index. | 11 | * Fix a bug reported by junkio@cox.net involving the mode_chars index. |
12 | */ | 12 | */ |
13 | |||
14 | |||
15 | #include <assert.h> | 13 | #include <assert.h> |
16 | #include <sys/stat.h> | 14 | #include <sys/stat.h> |
17 | 15 | ||