diff options
author | Oswald Buddenhagen <oswald.buddenhagen@digia.com> | 2014-01-17 20:23:46 +0100 |
---|---|---|
committer | The Qt Project <gerrit-noreply@qt-project.org> | 2014-01-22 17:48:21 +0100 |
commit | 95f88ed6c58925b74e6e6c25a44e597e5be112b1 (patch) | |
tree | abb4727988cd208efe2f0cea79efb1e56b11565a /tests/auto/qxmlnodemodelindex | |
parent | f217661e4c0c5c653442da65498c4a235a41b785 (diff) | |
download | qtxmlpatterns-95f88ed6c58925b74e6e6c25a44e597e5be112b1.tar.gz |
whitespace fixes
remove trailing spaces & expand tabs
Change-Id: Ic958087d8c50f3c51d767f5191e54c4079cc74a2
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
Diffstat (limited to 'tests/auto/qxmlnodemodelindex')
-rw-r--r-- | tests/auto/qxmlnodemodelindex/tst_qxmlnodemodelindex.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qxmlnodemodelindex/tst_qxmlnodemodelindex.cpp b/tests/auto/qxmlnodemodelindex/tst_qxmlnodemodelindex.cpp index 1aae169..0e74758 100644 --- a/tests/auto/qxmlnodemodelindex/tst_qxmlnodemodelindex.cpp +++ b/tests/auto/qxmlnodemodelindex/tst_qxmlnodemodelindex.cpp @@ -121,7 +121,7 @@ void tst_QXmlNodeModelIndex::copyConstructor() const /* Take a copy of a temporary. */ { - /* The extra paranthesis silences a warning on win32-msvc. */ + /* The extra paranthesis silences a warning on win32-msvc. */ const QXmlNodeModelIndex copy((QXmlNodeModelIndex())); } } |