From 028d0ec0d5bef524bd07e08c92f092615f559267 Mon Sep 17 00:00:00 2001 From: Adib Surani Date: Fri, 23 Dec 2016 03:53:31 +1100 Subject: [PATCH] Whitespace --- injector/source/patcher.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/injector/source/patcher.c b/injector/source/patcher.c index 24e0061..8ec7a3f 100644 --- a/injector/source/patcher.c +++ b/injector/source/patcher.c @@ -739,15 +739,15 @@ void patchCode(u64 progId, u16 progVer, u8 *code, u32 size) patch[] = { 0x00, 0x00, 0x00, 0x00 }; - - //Patch DLP region checks + + //Patch DLP region checks if(!patchMemory(code, size, pattern, sizeof(pattern), 0, patch, sizeof(patch), 1 )) goto error; - } + } if(CONFIG(PATCHGAMES) && (u32)((progId >> 0x20) & 0xFFFFFFEDULL) == 0x00040000) {