1
0
Fork 0
mirror of https://github.com/PabloMK7/citra.git synced 2025-05-20 02:19:47 +02:00

remove trailing spaces

This commit is contained in:
wwylele 2017-11-06 13:57:06 +02:00
parent ff17773c28
commit 4fdc877626

View file

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