mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-21 09:37:51 -05: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