From ffa46d5ad859287a4d0033aafbca6712cd580e95 Mon Sep 17 00:00:00 2001 From: georgemoralis Date: Tue, 31 Oct 2023 20:08:13 +0200 Subject: [PATCH] space fix --- src/core/PS4/Stubs.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/PS4/Stubs.cpp b/src/core/PS4/Stubs.cpp index f237f57e0..6d9ec43e3 100644 --- a/src/core/PS4/Stubs.cpp +++ b/src/core/PS4/Stubs.cpp @@ -25,7 +25,7 @@ u64 UnresolvedStub() { static std::string snid; static u64 UnknownStub() { - LOG_ERROR("Stub: Unknown (nid: {} ) called, returning zero to {}\n",snid, __builtin_return_address(0)); + LOG_ERROR("Stub: Unknown (nid: {}) called, returning zero to {}\n",snid, __builtin_return_address(0)); return 0; }