From 4206be82ff9952d97cd27da046de946d3eed5d31 Mon Sep 17 00:00:00 2001 From: purpasmart96 Date: Sun, 21 Sep 2014 15:08:57 -0700 Subject: [PATCH] fixed more indentation issues --- src/core/hle/service/gsp.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/core/hle/service/gsp.cpp b/src/core/hle/service/gsp.cpp index aa5bf7d32..44930fa60 100644 --- a/src/core/hle/service/gsp.cpp +++ b/src/core/hle/service/gsp.cpp @@ -128,9 +128,9 @@ void ReadHWRegs(Service::Interface* self) { } void GetAppletInfo(Service::Interface* self) { - u32* cmd_buff = Service::GetCommandBuffer(); + u32* cmd_buff = Service::GetCommandBuffer(); ERROR_LOG(KERNEL, "Unimplemented function"); - cmd_buff[1] = 0; // No error + cmd_buff[1] = 0; // No error } void SetBufferSwap(u32 screen_id, const FrameBufferInfo& info) {