From 71427677cca1a16e164283adfed65eddc554e637 Mon Sep 17 00:00:00 2001 From: Michael Scire Date: Thu, 19 Apr 2018 16:29:44 -0600 Subject: [PATCH] Fix indentation --- stratosphere/loader/source/servicesession.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stratosphere/loader/source/servicesession.hpp b/stratosphere/loader/source/servicesession.hpp index 51f5d6897..8bf85ba06 100644 --- a/stratosphere/loader/source/servicesession.hpp +++ b/stratosphere/loader/source/servicesession.hpp @@ -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: