Formatting

This commit is contained in:
wheremyfoodat 2023-08-19 17:17:00 +03:00
parent 3f61283251
commit a13792996c

View file

@ -16,8 +16,8 @@ void ACService::reset() {}
void ACService::handleSyncRequest(u32 messagePointer) {
const u32 command = mem.read32(messagePointer);
switch (command) {
case ACCommands::CloseAsync: closeAsync(messagePointer); break;
case ACCommands::CancelConnectAsync: cancelConnectAsync(messagePointer); break;
case ACCommands::CloseAsync: closeAsync(messagePointer); break;
case ACCommands::CreateDefaultConfig: createDefaultConfig(messagePointer); break;
case ACCommands::GetLastErrorCode: getLastErrorCode(messagePointer); break;
case ACCommands::SetClientVersion: setClientVersion(messagePointer); break;