style fixes, no code changes

This commit is contained in:
Denis Vlasenko
2008-09-27 14:03:25 +00:00
parent bed22a01fb
commit d6855d1b50
5 changed files with 19 additions and 19 deletions

View File

@@ -676,7 +676,7 @@ static int set_os(struct ext2_super_block *sb, char *os)
return 1;
}
if((sb->s_creator_os = e2p_string2os(os)) >= 0) {
if ((sb->s_creator_os = e2p_string2os(os)) >= 0) {
return 1;
} else if (!strcasecmp("GNU", os)) {
sb->s_creator_os = EXT2_OS_HURD;
@@ -1187,7 +1187,7 @@ int mke2fs_main (int argc, char **argv)
if (ENABLE_FEATURE_CLEAN_UP)
atexit(mke2fs_clean_up);
if(!PRS(argc, argv))
if (!PRS(argc, argv))
return 0;
#ifdef CONFIG_TESTIO_DEBUG