1
0
Fork 0
mirror of https://github.com/Atmosphere-NX/Atmosphere.git synced 2024-11-26 13:52:21 +00:00

Fix indentation

This commit is contained in:
Michael Scire 2018-04-19 16:29:44 -06:00
parent 0267a1ad71
commit 71427677cc

View file

@ -109,7 +109,7 @@ class ServiceSession : public IWaitable {
case IpcCommandType_Request: case IpcCommandType_Request:
case IpcCommandType_RequestWithContext: case IpcCommandType_RequestWithContext:
retval = this->service_object->dispatch(&r, &c, cmdbuf, rawdata_start[2], &rawdata_start[4], wordcount - 6, &cmdbuf[8], &extra_rawdata_count); retval = this->service_object->dispatch(&r, &c, cmdbuf, rawdata_start[2], &rawdata_start[4], wordcount - 6, &cmdbuf[8], &extra_rawdata_count);
out_words += extra_rawdata_count; out_words += extra_rawdata_count;
break; break;
case IpcCommandType_Invalid: case IpcCommandType_Invalid:
default: default: