From 921f1eee675916bf1ef3b892bed5c466572a6f1b Mon Sep 17 00:00:00 2001 From: Gareth Higgins Date: Fri, 10 Apr 2015 07:56:45 -0400 Subject: [PATCH] Update apt_u.cpp Replaced tabs with spaces --- src/core/hle/service/apt/apt_u.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/hle/service/apt/apt_u.cpp b/src/core/hle/service/apt/apt_u.cpp index 4fe29f2bf..840edbca8 100644 --- a/src/core/hle/service/apt/apt_u.cpp +++ b/src/core/hle/service/apt/apt_u.cpp @@ -93,7 +93,7 @@ const Interface::FunctionInfo FunctionTable[] = { {0x004E0000, nullptr, "HardwareResetAsync"}, {0x004F0080, SetAppCpuTimeLimit, "SetAppCpuTimeLimit"}, {0x00500040, GetAppCpuTimeLimit, "GetAppCpuTimeLimit"}, - {0x01010000, Unknown_0x01010000, "Unknown_0x01010000"}, + {0x01010000, Unknown_0x01010000, "Unknown_0x01010000"}, }; APT_U_Interface::APT_U_Interface() {