aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@qt.io>2020-06-03 13:47:47 +0200
committerChristian Kandeler <christian.kandeler@qt.io>2020-06-04 07:18:34 +0000
commit330b1bcbb5a44e5823a2082c8e30c77137102ce1 (patch)
treeafde61b9cfc65acb232f3da896254b6966d65aae /tests/auto
parent7930b8705116019d23a07627437fe6f19eee6e72 (diff)
Debugger: Fix misleading indentation
Change-Id: I20188acb2d00c255984a05f522bfca7938639a6b Reviewed-by: Christian Stenger <christian.stenger@qt.io>
Diffstat (limited to 'tests/auto')
-rw-r--r--tests/auto/debugger/tst_offsets.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/auto/debugger/tst_offsets.cpp b/tests/auto/debugger/tst_offsets.cpp
index 90d1cfa3ef..b06ce1482c 100644
--- a/tests/auto/debugger/tst_offsets.cpp
+++ b/tests/auto/debugger/tst_offsets.cpp
@@ -226,11 +226,11 @@ void tst_offsets::offsets_data()
OFFSET_TEST(QFilePrivate, fileName) << 140 << 232;
#endif
- OFFSET_TEST(QFileSystemEntry, m_filePath) << 0 << 0;
- OFFSET_TEST(QFileInfoPrivate, fileEntry) << 4 << 8;
+ OFFSET_TEST(QFileSystemEntry, m_filePath) << 0 << 0;
+ OFFSET_TEST(QFileInfoPrivate, fileEntry) << 4 << 8;
- QTest::newRow("sizeof(QObjectData)") << int(sizeof(QObjectData))
- << 28 << 48; // vptr + 3 ptr + 2 int + ptr
+ QTest::newRow("sizeof(QObjectData)") << int(sizeof(QObjectData))
+ << 28 << 48; // vptr + 3 ptr + 2 int + ptr
if (qtVersion >= 0x50000)
OFFSET_TEST(QObjectPrivate, extraData) << 28 << 48; // sizeof(QObjectData)