From f2e670bd32fc291dbb6a4b45c08cb8f2d94a6bc8 Mon Sep 17 00:00:00 2001 From: GeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com> Date: Fri, 2 Sep 2022 00:38:07 +0200 Subject: Refactor cleanup (some formatting fixes) (#257) * Fix some formatting * More formatting fixes --- NorthstarDLL/clientruihooks.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'NorthstarDLL/clientruihooks.cpp') diff --git a/NorthstarDLL/clientruihooks.cpp b/NorthstarDLL/clientruihooks.cpp index 080957c9..9d6562d2 100644 --- a/NorthstarDLL/clientruihooks.cpp +++ b/NorthstarDLL/clientruihooks.cpp @@ -10,7 +10,7 @@ bool,, (void* a1, float* a2)) { if (!Cvar_rui_drawEnable->GetBool()) return 0; - + return DrawRUIFunc(a1, a2); } -- cgit v1.2.3