forked from OSchip/llvm-project
![]() Before: let theObject = {someMethodName() { doTheThing(); doTheOtherThing(); }, someOtherMethodName() { doSomething(); doSomethingElse(); }}; After: let theObject = { someMethodName() { doTheThing(); doTheOtherThing(); }, someOtherMethodName() { doSomething(); doSomethingElse(); } }; llvm-svn: 234091 |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
FormatTest.cpp | ||
FormatTestJS.cpp | ||
FormatTestJava.cpp | ||
FormatTestProto.cpp | ||
FormatTestUtils.h | ||
Makefile |