more whitespace cleanup
This commit is contained in:
@@ -2580,9 +2580,9 @@ static void YGNodelayoutImpl(const YGNodeRef node,
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
case YGAlignBaseline: {
|
case YGAlignBaseline: {
|
||||||
child->layout.position[pos[crossAxis]] = currentLead
|
child->layout.position[pos[crossAxis]] =
|
||||||
+ maxAscentForCurrentLine -
|
currentLead + maxAscentForCurrentLine -
|
||||||
YGBaselineWithMargin(child, crossAxis, availableInnerWidth);;
|
YGBaselineWithMargin(child, crossAxis, availableInnerWidth);;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
case YGAlignAuto:
|
case YGAlignAuto:
|
||||||
|
Reference in New Issue
Block a user