mess up the formatting
This commit is contained in:
@@ -361,9 +361,14 @@ YOGA_EXPORT void YGNodeSwapChild(
|
|||||||
const YGNodeRef owner,
|
const YGNodeRef owner,
|
||||||
const YGNodeRef child,
|
const YGNodeRef child,
|
||||||
const uint32_t index) {
|
const uint32_t index) {
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
owner->replaceChild(child, index);
|
owner->replaceChild(child, index);
|
||||||
child->setOwner(owner);
|
child->setOwner(owner);
|
||||||
}
|
}
|
||||||
|
|
||||||
YOGA_EXPORT void YGNodeRemoveChild(
|
YOGA_EXPORT void YGNodeRemoveChild(
|
||||||
const YGNodeRef owner,
|
const YGNodeRef owner,
|
||||||
|
Reference in New Issue
Block a user