aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/autotest
diff options
context:
space:
mode:
authorOrgad Shaneh <orgad.shaneh@audiocodes.com>2019-05-26 21:28:34 +0300
committerOrgad Shaneh <orgads@gmail.com>2019-05-27 06:50:16 +0000
commit1e138fbe10b56ae3f8fee2cee59f4032c0b32f12 (patch)
treeafd4dc83c67fb8e75393d8f61097efcb1fe17903 /src/plugins/autotest
parentb70d39a091a525ddc8816b0835aaa9eda975e258 (diff)
Remove excess blank lines after namespace
Change-Id: I4e4f83017f2bfc2cf842c4c971ed4b05e0447e6a Reviewed-by: Eike Ziller <eike.ziller@qt.io>
Diffstat (limited to 'src/plugins/autotest')
-rw-r--r--src/plugins/autotest/boost/boosttestparser.cpp1
-rw-r--r--src/plugins/autotest/boost/boosttestsettingspage.cpp1
2 files changed, 0 insertions, 2 deletions
diff --git a/src/plugins/autotest/boost/boosttestparser.cpp b/src/plugins/autotest/boost/boosttestparser.cpp
index b198d135a95..e1e87ab2993 100644
--- a/src/plugins/autotest/boost/boosttestparser.cpp
+++ b/src/plugins/autotest/boost/boosttestparser.cpp
@@ -36,7 +36,6 @@
namespace Autotest {
namespace Internal {
-
namespace BoostTestUtils {
static const QStringList relevant = {
QStringLiteral("BOOST_AUTO_TEST_CASE"), QStringLiteral("BOOST_TEST_CASE"),
diff --git a/src/plugins/autotest/boost/boosttestsettingspage.cpp b/src/plugins/autotest/boost/boosttestsettingspage.cpp
index e60f5f4643b..99d13a51da2 100644
--- a/src/plugins/autotest/boost/boosttestsettingspage.cpp
+++ b/src/plugins/autotest/boost/boosttestsettingspage.cpp
@@ -33,7 +33,6 @@
namespace Autotest {
namespace Internal {
-
BoostTestSettingsWidget::BoostTestSettingsWidget(QWidget *parent) :
QWidget(parent)
{