Skip to content

Commit

Permalink
Fixed indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
TheOfficialFloW authored Jul 9, 2018
1 parent bcf05ef commit 119f85f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions cef/systemctrl/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -441,9 +441,9 @@ int OnModuleStart(SceModule2 *mod) {
} else if (strcmp(modname, "sceSAScore") == 0) {
PatchSasCore();
} else if (strcmp(modname, "DJMAX") == 0 || strcmp(modname, "djmax") == 0) {
u32 func = sctrlHENFindImport(modname, "IoFileMgrForUser", 0xE3EB004C);
if (func)
MAKE_DUMMY_FUNCTION(func, 0);
u32 func = sctrlHENFindImport(modname, "IoFileMgrForUser", 0xE3EB004C);
if (func)
MAKE_DUMMY_FUNCTION(func, 0);
ClearCaches();
} else if (strcmp(modname, "KHBBS_patch") == 0) {
MAKE_DUMMY_FUNCTION(mod->entry_addr, 1);
Expand Down Expand Up @@ -497,4 +497,4 @@ int module_start(SceSize args, void *argp) {
memcpy(&rebootex_config, (void *)0x88FB0000, sizeof(RebootexConfig));

return 0;
}
}

0 comments on commit 119f85f

Please sign in to comment.