Skip to content

Commit b9af61d

Browse files
committed
revert formatting change
1 parent e29ecf2 commit b9af61d

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/dbus/properties.cpp

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -214,10 +214,8 @@ void DBusPropertyGroup::updatePropertySet(const QVariantMap& properties, bool co
214214
}
215215
}
216216

217-
void DBusPropertyGroup::tryUpdateProperty(
218-
DBusPropertyCore* property,
219-
const QVariant& variant
220-
) const {
217+
void DBusPropertyGroup::tryUpdateProperty(DBusPropertyCore* property, const QVariant& variant)
218+
const {
221219
property->mExists = true;
222220

223221
auto error = property->store(variant);

0 commit comments

Comments
 (0)