citra-emu
/
citra-canary
Archived
1
0
Fork 0

remove trailing spaces

This commit is contained in:
wwylele 2017-11-06 13:57:06 +02:00
parent ff17773c28
commit 4fdc877626
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ ResultCode Mutex::Release(Thread* thread) {
WakeupAllWaitingThreads();
Core::System::GetInstance().PrepareReschedule();
}
return RESULT_SUCCESS;
}