From 2913fa5473378ea36522f01b790de6d6696d89d1 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) Co-authored-by: Northstar --- NorthstarDLL/keyvalues.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'NorthstarDLL/keyvalues.cpp') diff --git a/NorthstarDLL/keyvalues.cpp b/NorthstarDLL/keyvalues.cpp index 2063be62..0d829de9 100644 --- a/NorthstarDLL/keyvalues.cpp +++ b/NorthstarDLL/keyvalues.cpp @@ -134,4 +134,4 @@ void ModManager::TryBuildKeyValues(const char* filename) m_modFiles.insert(std::make_pair(normalisedPath, overrideFile)); else m_modFiles[normalisedPath] = overrideFile; -} \ No newline at end of file +} -- cgit v1.2.3