mirror of
https://github.com/pspdev/pspsdk.git
synced 2025-10-04 17:09:09 +00:00
psp-fixup-imports: remove another gratuitous level of indentation
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user