mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-08-07 00:32:32 -07:00
Manually tweak source formatting and then re-run clang-format
This commit is contained in:
@@ -173,7 +173,9 @@ static void ThrowFatalError(Service::Interface* self) {
|
||||
cmd_buff[1] = 0; // No error
|
||||
}
|
||||
|
||||
const Interface::FunctionInfo FunctionTable[] = {{0x00010800, ThrowFatalError, "ThrowFatalError"}};
|
||||
const Interface::FunctionInfo FunctionTable[] = {
|
||||
{0x00010800, ThrowFatalError, "ThrowFatalError"},
|
||||
};
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
// Interface class
|
||||
|
Reference in New Issue
Block a user