From 893ce32f1d99243d775a3f8e190681bbf7f1699e Mon Sep 17 00:00:00 2001 From: Chocobo1 Date: Mon, 1 May 2017 00:45:27 +0800 Subject: [PATCH] Remove curly braces --- src/app/application.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/app/application.cpp b/src/app/application.cpp index 3a3acabdc..4dc8b61dd 100644 --- a/src/app/application.cpp +++ b/src/app/application.cpp @@ -122,9 +122,8 @@ Application::Application(const QString &id, int &argc, char **argv) SettingsStorage::initInstance(); Preferences::initInstance(); - if (m_commandLineArgs.webUiPort > 0) { // it will be -1 when user did not set any value + if (m_commandLineArgs.webUiPort > 0) // it will be -1 when user did not set any value Preferences::instance()->setWebUiPort(m_commandLineArgs.webUiPort); - } setApplicationName("qBittorrent"); initializeTranslation();