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:
parent
0267a1ad71
commit
71427677cc
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue