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/convar.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'NorthstarDLL/convar.h') diff --git a/NorthstarDLL/convar.h b/NorthstarDLL/convar.h index b1424fb7..15f1f562 100644 --- a/NorthstarDLL/convar.h +++ b/NorthstarDLL/convar.h @@ -146,4 +146,4 @@ class ConVar char m_pPad80[10] {}; // 0x0080 }; // Size: 0x0080 -void InitialiseConVars(HMODULE baseAddress); \ No newline at end of file +void InitialiseConVars(HMODULE baseAddress); -- cgit v1.2.3