From 1d1096633f168f132990c9d4c19a7b8d7c1852b2 Mon Sep 17 00:00:00 2001 From: Karen Tsai Date: Wed, 2 Jul 2014 13:21:27 -0400 Subject: [PATCH] Removed some extraneous tabs in sceKernelModule.cpp --- Core/HLE/sceKernelModule.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Core/HLE/sceKernelModule.cpp b/Core/HLE/sceKernelModule.cpp index 25b342a997..aab621b6aa 100644 --- a/Core/HLE/sceKernelModule.cpp +++ b/Core/HLE/sceKernelModule.cpp @@ -1888,7 +1888,7 @@ u32 hleKernelStopUnloadSelfModuleWithOrWithoutStatus(u32 exitCode, u32 argSize, attr = options->attribute; // TODO: Maybe based on size? else if (attr != 0) - WARN_LOG_REPORT(SCEMODULE, "Stopping module with attr=%x, but options specify 0", attr); + WARN_LOG_REPORT(SCEMODULE, "Stopping module with attr=%x, but options specify 0", attr); } if (Memory::IsValidAddress(stopFunc)) {