Fix License Headers and Whitespace

Summary: This change applies all Arcanist recommended lint changes, which amounts to changing copyright headers and some cases of whitespace changes.

Reviewed By: yungsters

Differential Revision: D40060899

fbshipit-source-id: b62f9472e6ef58a3fc3d22eed661578a2635cb1f
This commit is contained in:
Nick Gerleman
2022-10-04 13:59:32 -07:00
committed by Facebook GitHub Bot
parent 276de5c122
commit c96564d23d
226 changed files with 420 additions and 290 deletions

View File

@@ -43,8 +43,8 @@ made your change see the [testing documentation](/contributing/testing) for more
|-- lib # Yoga external dependencies. Be thoughtful adding any new ones
|-- tests # Yoga's C++ test suite. Both manaul and generated tests
|-- gentest
| |-- fixtures # html fixtures for generated tests
|-- java
| |-- fixtures # html fixtures for generated tests
|-- java
| |-- com/facebook/yoga # Java binding code
| |-- jni # JNI binding code
|-- yogacore # Android bindings without View support
@@ -52,4 +52,4 @@ made your change see the [testing documentation](/contributing/testing) for more
|-- YogaKit # iOS UIView bindings
|-- javascript # emscripten / javascript bindings
|-- csharp # .NET bindings in c#
```
```