psp-fixup-imports: remove another gratuitous level of indentation

This commit is contained in:
rofl0r
2022-03-23 16:41:04 +00:00
parent a797442dd9
commit 6b8aaa64b8

View File

@@ -505,8 +505,7 @@ int load_mapfile(const char *mapfile)
FILE *fp;
fp = fopen(mapfile, "r");
if(fp != NULL)
{
if(fp == NULL) return ret;
while(fgets(buf, sizeof(buf), fp))
{
line++;
@@ -605,7 +604,6 @@ int load_mapfile(const char *mapfile)
}
fclose(fp);
}
}
while(0);
return ret;