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; }