diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2010-10-28 18:57:19 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2010-10-28 18:57:19 +0200 |
commit | e4dcba1c103dc28e927e004791e331aaf604383d (patch) | |
tree | a18094ecc54fcea2cb523a802e0c414c3e6f85bf /e2fsprogs/tune2fs.c | |
parent | 776509544123c68bbc128c0fdb2f699062d294cf (diff) | |
download | busybox-w32-e4dcba1c103dc28e927e004791e331aaf604383d.tar.gz busybox-w32-e4dcba1c103dc28e927e004791e331aaf604383d.tar.bz2 busybox-w32-e4dcba1c103dc28e927e004791e331aaf604383d.zip |
*: whitespace fixes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'e2fsprogs/tune2fs.c')
-rw-r--r-- | e2fsprogs/tune2fs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/e2fsprogs/tune2fs.c b/e2fsprogs/tune2fs.c index 75e4f6bcf..9daec542a 100644 --- a/e2fsprogs/tune2fs.c +++ b/e2fsprogs/tune2fs.c | |||
@@ -43,7 +43,7 @@ do { \ | |||
43 | //usage: "Adjust filesystem options on ext[23] filesystems" | 43 | //usage: "Adjust filesystem options on ext[23] filesystems" |
44 | 44 | ||
45 | enum { | 45 | enum { |
46 | OPT_L = 1 << 0, // label | 46 | OPT_L = 1 << 0, // label |
47 | OPT_c = 1 << 1, // max mount count | 47 | OPT_c = 1 << 1, // max mount count |
48 | OPT_i = 1 << 2, // check interval | 48 | OPT_i = 1 << 2, // check interval |
49 | }; | 49 | }; |