summaryrefslogtreecommitdiff
path: root/src/assistant/help/qhelpdatainterface.cpp
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@digia.com>2014-01-17 20:14:07 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-01-20 13:10:57 +0100
commitcf01d7136fb79ee3f8e8522748b08519f0ea528f (patch)
treeed4021fd66f4da1b164ca27e522da28525b473f7 /src/assistant/help/qhelpdatainterface.cpp
parent2f2dd0137982e5894b93ca1770c096c19e3dc46c (diff)
downloadqttools-cf01d7136fb79ee3f8e8522748b08519f0ea528f.tar.gz
whitespace fixes
remove trailing spaces & expand tabs Change-Id: If9909c94b52d9dacb7c8735470525d18a1c97d6b Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com> Reviewed-by: Karsten Heimrich <karsten.heimrich@digia.com>
Diffstat (limited to 'src/assistant/help/qhelpdatainterface.cpp')
-rw-r--r--src/assistant/help/qhelpdatainterface.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/assistant/help/qhelpdatainterface.cpp b/src/assistant/help/qhelpdatainterface.cpp
index fa3af6fd6..20485c322 100644
--- a/src/assistant/help/qhelpdatainterface.cpp
+++ b/src/assistant/help/qhelpdatainterface.cpp
@@ -103,7 +103,7 @@ QList<QHelpDataContentItem*> QHelpDataContentItem::children() const
bool QHelpDataIndexItem::operator==(const QHelpDataIndexItem & other) const
{
- return (other.name == name)
+ return (other.name == name)
&& (other.reference == reference);
}