From 5e19f598b990f518dbeaebe6a788d67397d1a348 Mon Sep 17 00:00:00 2001 From: krzys-h Date: Sat, 13 Feb 2016 21:37:31 +0100 Subject: [PATCH] Fix newline at end of file... --- src/common/settings.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/settings.cpp b/src/common/settings.cpp index 9cfebedb..519b3172 100644 --- a/src/common/settings.cpp +++ b/src/common/settings.cpp @@ -432,4 +432,4 @@ void CSettings::SetLanguage(Language language) Language CSettings::GetLanguage() { return m_language; -} \ No newline at end of file +}