aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual
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 /tests/manual
parentb70d39a091a525ddc8816b0835aaa9eda975e258 (diff)
Remove excess blank lines after namespace
Change-Id: I4e4f83017f2bfc2cf842c4c971ed4b05e0447e6a Reviewed-by: Eike Ziller <eike.ziller@qt.io>
Diffstat (limited to 'tests/manual')
-rw-r--r--tests/manual/debugger/simple/simple_test_app.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/manual/debugger/simple/simple_test_app.cpp b/tests/manual/debugger/simple/simple_test_app.cpp
index 2beaffaaae..c6bf423a5c 100644
--- a/tests/manual/debugger/simple/simple_test_app.cpp
+++ b/tests/manual/debugger/simple/simple_test_app.cpp
@@ -2511,7 +2511,6 @@ namespace qset {
namespace qsharedpointer {
-
class EmployeeData : public QSharedData
{
public:
@@ -5008,7 +5007,6 @@ QString fooxx()
namespace basic {
-
struct Empty {};
struct Data { Data() : a(42) {} int a; };
struct VEmpty {};