mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-01-19 01:34:10 +01:00
Fix indentation
This commit is contained in:
parent
0267a1ad71
commit
71427677cc
@ -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…
x
Reference in New Issue
Block a user