Apply clang-format rules
Summary: @public Formats Yoga's source according to our clang-format configuration Reviewed By: SidharthGuglani Differential Revision: D13596650 fbshipit-source-id: c3722d4eafd63b7596a8b1e85c0197e9d2d6cb7d
This commit is contained in:
committed by
Facebook Github Bot
parent
5ee32fbefc
commit
ab9d06abf5
@@ -12,7 +12,7 @@
|
||||
#include "Yoga-internal.h"
|
||||
|
||||
struct YGNode {
|
||||
private:
|
||||
private:
|
||||
void* context_ = nullptr;
|
||||
YGPrintFunc print_ = nullptr;
|
||||
bool hasNewLayout_ : 1;
|
||||
@@ -35,7 +35,7 @@ struct YGNode {
|
||||
const YGFlexDirection axis,
|
||||
const float axisSize) const;
|
||||
|
||||
public:
|
||||
public:
|
||||
YGNode()
|
||||
: hasNewLayout_(true),
|
||||
isReferenceBaseline_(false),
|
||||
|
Reference in New Issue
Block a user