Skip to content

Commit

Permalink
Fix the format
Browse files Browse the repository at this point in the history
  • Loading branch information
wopss committed Dec 13, 2024
1 parent 94b3c77 commit acce244
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion include/RED4ext/Relocation.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);
};

/**
Expand Down

0 comments on commit acce244

Please sign in to comment.