Add and run clang format script

Reviewed By: lucasr

Differential Revision: D3662225

fbshipit-source-id: ddd4064cbf9be21ca6a97001ace1b56b4314c86f
This commit is contained in:
Emil Sjolander
2016-08-04 08:20:11 -07:00
committed by Facebook Github Bot 2
parent e0fc8c0ea0
commit 4983a58d6c
6 changed files with 609 additions and 493 deletions

View File

@@ -19,7 +19,7 @@
CSS_EXTERN_C_BEGIN
typedef struct CSSNodeList * CSSNodeListRef;
typedef struct CSSNodeList *CSSNodeListRef;
CSSNodeListRef CSSNodeListNew(uint32_t initialCapacity);
void CSSNodeListFree(CSSNodeListRef list);