mirror of
https://github.com/joel16/uofw.git
synced 2025-02-18 18:07:31 +00:00
utils: Fix indentation
This commit is contained in:
parent
881d52af19
commit
526934cfec
@ -325,10 +325,8 @@ void build_exports_output_extern(struct psp_export *pHead)
|
||||
pExp = pHead;
|
||||
while(pExp != NULL)
|
||||
{
|
||||
if (strchr(pExp->name, '+') == NULL)
|
||||
{
|
||||
fprintf(stdout, "extern char %s;\n", pExp->name);
|
||||
}
|
||||
if (strchr(pExp->name, '+') == NULL)
|
||||
fprintf(stdout, "extern char %s;\n", pExp->name);
|
||||
pExp = pExp->pNext;
|
||||
}
|
||||
}
|
||||
|
@ -622,9 +622,7 @@ int fixup_functions(void)
|
||||
pNid = (unsigned int *) g_nid->pData;
|
||||
|
||||
if(g_verbose)
|
||||
{
|
||||
fprintf(stderr, "Import count %d\n", count);
|
||||
}
|
||||
|
||||
while(count > 0)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user