From fbfde6e5bc2e4f60c1aac073159e8db60611848f Mon Sep 17 00:00:00 2001 From: Justin Clift Date: Mon, 16 May 2016 12:00:57 +0100 Subject: [PATCH] Formatting tweak to assist code clarity --- src/Application.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Application.cpp b/src/Application.cpp index 486661d9..d02ca7c3 100644 --- a/src/Application.cpp +++ b/src/Application.cpp @@ -54,8 +54,7 @@ Application::Application(int& argc, char** argv) : ok = m_translatorQt->load("qt_" + name, "translations"); if (ok == true) installTranslator(m_translatorQt); - } - else { + } else { // Set the correct locale so that the program won't erroneously detect // a language change when the user toggles settings for the first time. // (it also prevents the program from always looking for a translation on launch)