mirror of
https://github.com/isledecomp/isle-portable.git
synced 2026-02-03 12:31:15 +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;
|
MxResult result = FAILURE;
|
||||||
|
|
||||||
|
|
||||||
if (m_semaphore.Init(0, 1) == SUCCESS) {
|
if (m_semaphore.Init(0, 1) == SUCCESS) {
|
||||||
#ifdef PSP
|
#ifdef PSP
|
||||||
int thid = sceKernelCreateThread(
|
int thid = sceKernelCreateThread(
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user