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
@@ -358,8 +358,11 @@ WIN_EXPORT float YGNodeLayoutGetPadding(
|
||||
const YGEdge edge);
|
||||
|
||||
WIN_EXPORT void YGConfigSetLogger(const YGConfigRef config, YGLogger logger);
|
||||
WIN_EXPORT void
|
||||
YGLog(const YGNodeRef node, YGLogLevel level, const char* message, ...);
|
||||
WIN_EXPORT void YGLog(
|
||||
const YGNodeRef node,
|
||||
YGLogLevel level,
|
||||
const char* message,
|
||||
...);
|
||||
WIN_EXPORT void YGLogWithConfig(
|
||||
const YGConfigRef config,
|
||||
YGLogLevel level,
|
||||
|
Reference in New Issue
Block a user