App: Apply clang format (part 1)
This commit is contained in:
@@ -46,8 +46,7 @@ const char* TransactionalObject::detachFromDocument()
|
||||
return "";
|
||||
}
|
||||
|
||||
void TransactionalObject::onBeforeChangeProperty(Document *doc, const Property *prop)
|
||||
void TransactionalObject::onBeforeChangeProperty(Document* doc, const Property* prop)
|
||||
{
|
||||
doc->onBeforeChangeProperty(this, prop);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user