*: whitespace fixes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
@@ -43,7 +43,7 @@ do { \
|
||||
//usage: "Adjust filesystem options on ext[23] filesystems"
|
||||
|
||||
enum {
|
||||
OPT_L = 1 << 0, // label
|
||||
OPT_L = 1 << 0, // label
|
||||
OPT_c = 1 << 1, // max mount count
|
||||
OPT_i = 1 << 2, // check interval
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user