Skip to content

Commit 0c876a2

Browse files
committed
Code formatting
1 parent 9991afe commit 0c876a2

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

modules/yup_data_model/tree/yup_DataTree.cpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1446,10 +1446,10 @@ void DataTree::Transaction::captureInitialState()
14461446
}
14471447

14481448
void DataTree::Transaction::applyChangesToTree (DataTree& tree,
1449-
const NamedValueSet& originalProperties,
1450-
const std::vector<DataTree>& originalChildren,
1451-
const std::vector<PropertyChange>& propertyChanges,
1452-
const std::vector<ChildChange>& childChanges)
1449+
const NamedValueSet& originalProperties,
1450+
const std::vector<DataTree>& originalChildren,
1451+
const std::vector<PropertyChange>& propertyChanges,
1452+
const std::vector<ChildChange>& childChanges)
14531453
{
14541454
if (tree.object == nullptr)
14551455
return;

modules/yup_data_model/tree/yup_DataTree.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -966,7 +966,7 @@ class YUP_API DataTree
966966
void captureInitialState();
967967
void applyChanges();
968968
void rollbackChanges();
969-
969+
970970
// Static helper for applying changes - used by both Transaction and TransactionAction
971971
static void applyChangesToTree (DataTree& tree,
972972
const NamedValueSet& originalProperties,

0 commit comments

Comments
 (0)