Skip to content
This repository was archived by the owner on Nov 22, 2023. It is now read-only.

Commit f10cdbb

Browse files
author
joel16
committed
psp-fixup-imports: Fix indentation on if condition
1 parent 65c07f9 commit f10cdbb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

utils/fixup-imports/psp-fixup-imports.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -611,8 +611,8 @@ int fixup_functions(void)
611611
unsigned int *pNid;
612612
struct PspModuleImport *pLastImport = NULL;
613613
int count;
614-
615-
if(g_stubtext == NULL || g_nid == NULL) // no imported functions
614+
615+
if(g_stubtext == NULL || g_nid == NULL) // no imported functions
616616
return 1;
617617

618618
count = g_stubtext->iSize / 8;

0 commit comments

Comments
 (0)