From d0c8f42c6e73c74ab56ae19adee80d51007a4816 Mon Sep 17 00:00:00 2001 From: GeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com> Date: Wed, 24 Aug 2022 23:35:45 +0200 Subject: Add newlines at end of file (#247) --- 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 bc6c7aa7..a05ef217 100644 --- a/NorthstarDLL/clientruihooks.cpp +++ b/NorthstarDLL/clientruihooks.cpp @@ -21,4 +21,4 @@ void InitialiseEngineClientRUIHooks(HMODULE baseAddress) HookEnabler hook; ENABLER_CREATEHOOK(hook, (char*)baseAddress + 0xFC500, &DrawRUIFuncHook, reinterpret_cast(&DrawRUIFunc)); -} \ No newline at end of file +} -- cgit v1.2.3