mount: style fixlet

This commit is contained in:
Denis Vlasenko 2006-09-17 15:51:52 +00:00
parent 6231e870ec
commit a6127aacef

View File

@ -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.