mirror of
https://github.com/isledecomp/isle-portable.git
synced 2026-02-15 00:37:38 +00:00
clang format fixes
This commit is contained in:
parent
8a89c9cfaf
commit
088f6ce09e
@ -42,7 +42,6 @@ MxResult MxThread::Start(MxS32 p_stackSize, MxS32 p_flag)
|
||||
{
|
||||
MxResult result = FAILURE;
|
||||
|
||||
|
||||
if (m_semaphore.Init(0, 1) == SUCCESS) {
|
||||
#ifdef PSP
|
||||
int thid = sceKernelCreateThread(
|
||||
|
||||
Loading…
Reference in New Issue
Block a user