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/context.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'NorthstarDLL/context.h') diff --git a/NorthstarDLL/context.h b/NorthstarDLL/context.h index b6097780..d872f738 100644 --- a/NorthstarDLL/context.h +++ b/NorthstarDLL/context.h @@ -8,4 +8,4 @@ enum class ScriptContext : int NONE }; -const char* GetContextName(ScriptContext context); \ No newline at end of file +const char* GetContextName(ScriptContext context); -- cgit v1.2.3