clang-format

This commit is contained in:
Pheenoh
2021-01-03 21:11:43 -05:00
parent 6f22d27503
commit 409257b111
4 changed files with 7 additions and 6 deletions
+2 -2
View File
@@ -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();
}