Fix formatting
This commit is contained in:
4
.github/workflows/valiadate-android.yml
vendored
4
.github/workflows/valiadate-android.yml
vendored
@@ -12,7 +12,9 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- uses: ./.github/actions/setup-android
|
|
||||||
|
- name: Setup
|
||||||
|
uses: ./.github/actions/setup-android
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: ./gradlew assemble${{ matrix.mode }}
|
run: ./gradlew assemble${{ matrix.mode }}
|
||||||
|
@@ -340,8 +340,8 @@ YOGA_EXPORT bool YGNodeIsReferenceBaseline(YGNodeRef node) {
|
|||||||
|
|
||||||
YOGA_EXPORT void YGNodeInsertChild(
|
YOGA_EXPORT void YGNodeInsertChild(
|
||||||
const YGNodeRef owner,
|
const YGNodeRef owner,
|
||||||
const YGNodeRef child,
|
const YGNodeRef child,
|
||||||
const uint32_t index) {
|
const uint32_t index) {
|
||||||
YGAssertWithNode(
|
YGAssertWithNode(
|
||||||
owner,
|
owner,
|
||||||
child->getOwner() == nullptr,
|
child->getOwner() == nullptr,
|
||||||
@@ -361,14 +361,9 @@ 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