mount: style fixlet
This commit is contained in:
parent
6231e870ec
commit
a6127aacef
@ -220,8 +220,10 @@ void delete_block_backed_filesystems(void);
|
||||
static int useMtab = 1;
|
||||
static int fakeIt;
|
||||
#else
|
||||
#define useMtab 0
|
||||
#define fakeIt 0
|
||||
enum {
|
||||
useMtab = 0,
|
||||
fakeIt = 0,
|
||||
};
|
||||
#endif
|
||||
|
||||
// Perform actual mount of specific filesystem at specific location.
|
||||
|
Loading…
Reference in New Issue
Block a user