From a110de9b0e39617dcb1c516c4c1a0827ae45451f Mon Sep 17 00:00:00 2001 From: CodemodService FBSourceClangFormatLinterBot <> Date: Tue, 19 Oct 2021 21:15:14 -0700 Subject: [PATCH] Daily `arc lint --take CLANGFORMAT` Reviewed By: zertosh Differential Revision: D31785584 fbshipit-source-id: 6e73901bdeaec659fbf46f1a5559f18cd09ae091 --- ReactCommon/react/renderer/core/LayoutableShadowNode.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ReactCommon/react/renderer/core/LayoutableShadowNode.h b/ReactCommon/react/renderer/core/LayoutableShadowNode.h index 0844a1c563..a2653102cb 100644 --- a/ReactCommon/react/renderer/core/LayoutableShadowNode.h +++ b/ReactCommon/react/renderer/core/LayoutableShadowNode.h @@ -70,7 +70,7 @@ class LayoutableShadowNode : public ShadowNode { */ virtual void layoutTree( LayoutContext layoutContext, - LayoutConstraints layoutConstraints)=0; + LayoutConstraints layoutConstraints) = 0; /* * Measures the node (and node content, probably recursively) with @@ -101,7 +101,7 @@ class LayoutableShadowNode : public ShadowNode { * - Calculate and assign `LayoutMetrics` for the children; * - Call itself recursively on every child if needed. */ - virtual void layout(LayoutContext layoutContext)=0; + virtual void layout(LayoutContext layoutContext) = 0; /* * Returns layout metrics computed during previous layout pass.