mirror of
https://github.com/zeldaret/tp
synced 2026-07-09 14:55:32 -04:00
clang-format
This commit is contained in:
@@ -109,8 +109,8 @@ s32 JKRDvdFile::readData(void* param_1, long length, long param_3) {
|
||||
this->mOSThread = OSGetCurrentThread();
|
||||
|
||||
s32 result = -1;
|
||||
s32 readAsyncResult = DVDReadAsyncPrio(&this->file_info, param_1, length, param_3,
|
||||
JKRDvdFile::doneProcess, 2);
|
||||
s32 readAsyncResult =
|
||||
DVDReadAsyncPrio(&this->file_info, param_1, length, param_3, JKRDvdFile::doneProcess, 2);
|
||||
if (readAsyncResult) {
|
||||
result = this->sync();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user