mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-12-02 18:46:52 +00:00
Fixed line indentation.
This commit is contained in:
parent
d434435340
commit
f904554020
@ -30,7 +30,7 @@ enum
|
||||
SCE_KERNEL_ERROR_ALREADY = 0x80000020,
|
||||
SCE_KERNEL_ERROR_BUSY = 0x80000021,
|
||||
SCE_KERNEL_ERROR_OUT_OF_MEMORY = 0x80000022,
|
||||
SCE_KERNEL_ERROR_PRIV_REQUIRED = 0x80000023,
|
||||
SCE_KERNEL_ERROR_PRIV_REQUIRED = 0x80000023,
|
||||
SCE_KERNEL_ERROR_INVALID_ID = 0x80000100,
|
||||
SCE_KERNEL_ERROR_INVALID_NAME = 0x80000101,
|
||||
SCE_KERNEL_ERROR_INVALID_INDEX = 0x80000102,
|
||||
@ -562,4 +562,4 @@ void Register_ThreadManForKernel();
|
||||
void Register_LoadExecForUser();
|
||||
void Register_LoadExecForKernel();
|
||||
void Register_SysMemForKernel();
|
||||
void Register_UtilsForKernel();
|
||||
void Register_UtilsForKernel();
|
||||
|
Loading…
Reference in New Issue
Block a user