style: formatting and whitespaces (#7840)

This commit is contained in:
Vasil Chimev
2019-09-19 15:40:31 +03:00
committed by Manol Donev
parent 3b5785146f
commit dfcbe6c319
812 changed files with 4021 additions and 3741 deletions

View File

@@ -1136,11 +1136,11 @@ export class FlexboxLayout extends FlexboxLayoutBase {
if (flexWrap !== FlexWrap.WRAP_REVERSE) {
view.layout(left, top + topFromCrossAxis + lp.effectiveMarginTop - lp.effectiveMarginBottom,
right, top + topFromCrossAxis + view.getMeasuredHeight() + lp.effectiveMarginTop
- lp.effectiveMarginBottom);
- lp.effectiveMarginBottom);
} else {
view.layout(left, top - topFromCrossAxis + lp.effectiveMarginTop - lp.effectiveMarginBottom,
right, top - topFromCrossAxis + view.getMeasuredHeight() + lp.effectiveMarginTop
- lp.effectiveMarginBottom);
- lp.effectiveMarginBottom);
}
break;
}