From 97be2cedce9d5d50d08f68d913f9b6bb8c6b34fc Mon Sep 17 00:00:00 2001 From: Nishan Date: Sat, 10 Dec 2022 09:48:04 +0530 Subject: [PATCH] nit: clang format --- yoga/Yoga.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yoga/Yoga.cpp b/yoga/Yoga.cpp index 1b5a5564..a66adec1 100644 --- a/yoga/Yoga.cpp +++ b/yoga/Yoga.cpp @@ -2543,7 +2543,7 @@ static void YGJustifyMainAxis( const bool isLastChild = i == collectedFlexItemsValues.endOfLineIndex - 1; // remove the gap if it is the last element of the line if (isLastChild) { - betweenMainDim -= gap; + betweenMainDim -= gap; } if (childStyle.display() == YGDisplayNone) { continue;