From 4c1646ac753c66779ea1fa7b0c5f1a956749b648 Mon Sep 17 00:00:00 2001 From: Marco Bubke <marco.bubke@nokia.com> Date: Tue, 20 Apr 2010 14:39:49 +0200 Subject: [PATCH] Whitespace --- .../core/instances/qmlpropertychangesnodeinstance.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/plugins/qmldesigner/core/instances/qmlpropertychangesnodeinstance.cpp b/src/plugins/qmldesigner/core/instances/qmlpropertychangesnodeinstance.cpp index e608db6276b..f31308e6181 100644 --- a/src/plugins/qmldesigner/core/instances/qmlpropertychangesnodeinstance.cpp +++ b/src/plugins/qmldesigner/core/instances/qmlpropertychangesnodeinstance.cpp @@ -264,12 +264,12 @@ bool QmlPropertyChangesObject::hasActionForProperty(const QString &propertyName) actionIterator != m_qmlActionList.end(); ++actionIterator) { QDeclarativeAction &qmlAction = *actionIterator; - if (qmlAction.specifiedProperty == propertyName) { - return true; + if (qmlAction.specifiedProperty == propertyName) { + return true; + } } - } - return false; + return false; } QDeclarativeAction &QmlPropertyChangesObject::qmlActionForProperty(const QString &propertyName) const -- GitLab