From a04a2708c60712b9b8488dc242ecaa9ebfe93569 Mon Sep 17 00:00:00 2001 From: Sophie Kirschner Date: Wed, 2 Sep 2020 11:52:33 +0300 Subject: [PATCH] Fix inconsistent whitespace in added definitions --- src/user/ModuleMgrForUser.S | 2 +- src/user/ThreadManForUser.S | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/user/ModuleMgrForUser.S b/src/user/ModuleMgrForUser.S index e2648218..3afe5fd2 100644 --- a/src/user/ModuleMgrForUser.S +++ b/src/user/ModuleMgrForUser.S @@ -39,5 +39,5 @@ IMPORT_FUNC "ModuleMgrForUser", 0x644395E2,sceKernelGetModuleIdList #endif #ifdef F_ModuleMgrForUser_0012 - IMPORT_FUNC "ModuleMgrForUser",0xD8B73127,sceKernelGetModuleIdByAddress + IMPORT_FUNC "ModuleMgrForUser",0xD8B73127,sceKernelGetModuleIdByAddress #endif diff --git a/src/user/ThreadManForUser.S b/src/user/ThreadManForUser.S index 003e2ec0..59eb7c8b 100644 --- a/src/user/ThreadManForUser.S +++ b/src/user/ThreadManForUser.S @@ -384,5 +384,5 @@ IMPORT_FUNC "ThreadManForUser",0x8218B4DD,sceKernelReferGlobalProfiler #endif #ifdef F_ThreadManForUser_0127 - IMPORT_FUNC "ThreadManForUser",0x60107536,sceKernelDeleteLwMutex + IMPORT_FUNC "ThreadManForUser",0x60107536,sceKernelDeleteLwMutex #endif