mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2024-11-05 19:51:45 +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_RequestWithContext:
|
||||
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;
|
||||
case IpcCommandType_Invalid:
|
||||
default:
|
||||
|
|
Loading…
Reference in a new issue