remove trailing spaces
This commit is contained in:
parent
ff17773c28
commit
4fdc877626
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ ResultCode Mutex::Release(Thread* thread) {
|
|||
WakeupAllWaitingThreads();
|
||||
Core::System::GetInstance().PrepareReschedule();
|
||||
}
|
||||
|
||||
|
||||
return RESULT_SUCCESS;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue