From acce24474652e8ef12d1b2e2bf5eea2f4d80cef1 Mon Sep 17 00:00:00 2001 From: Octavian Dima <3403191+WopsS@users.noreply.github.com> Date: Fri, 13 Dec 2024 10:48:04 +0200 Subject: [PATCH] Fix the format --- include/RED4ext/Relocation.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/RED4ext/Relocation.hpp b/include/RED4ext/Relocation.hpp index b28612372..fc925d987 100644 --- a/include/RED4ext/Relocation.hpp +++ b/include/RED4ext/Relocation.hpp @@ -104,7 +104,8 @@ class UniversalRelocBase static QueryFunc_t GetCurrentPluginQueryFunction(); static bool QueryCurrentPlugin(PluginInfo& aPluginInfo); - static void ShowErrorAndTerminateProcess(std::wstring_view aMsg, std::uint32_t aLastError, bool aQueryPluginInfo = true); + static void ShowErrorAndTerminateProcess(std::wstring_view aMsg, std::uint32_t aLastError, + bool aQueryPluginInfo = true); }; /**