Remove empty line in function call

Reviewed By: lucasr

Differential Revision: D3886856

fbshipit-source-id: cf76ad9b6c85a62b9f2683618a6abe986d98acc2
This commit is contained in:
Emil Sjolander 2016-09-20 10:16:14 -07:00 committed by Facebook Github Bot 5
parent 7f2bbf4263
commit be140107b9

View File

@ -960,12 +960,8 @@ static void layoutNodeImpl(const CSSNodeRef node,
boundAxis(node, CSSFlexDirectionColumn, 0);
} else {
// Measure the text under the current constraints.
const CSSSize measuredSize = node->measure(node->context,
innerWidth,
widthMeasureMode,
innerHeight,
heightMeasureMode);
const CSSSize measuredSize =
node->measure(node->context, innerWidth, widthMeasureMode, innerHeight, heightMeasureMode);
node->layout.measuredDimensions[CSSDimensionWidth] =
boundAxis(node,