llvm-project/clang/unittests/Format
Daniel Jasper 39e2738c8b Add extra indent for nested calls inside if's.
Before:
if (aaaaaaaaaa(
    aaaaaaaaaa)) {}

After:
if (aaaaaaaaaa(
        aaaaaaaaaa)) {}

llvm-svn: 173290
2013-01-23 20:41:06 +00:00
..
CMakeLists.txt fix the unit tests too. 2013-01-19 18:30:39 +00:00
FormatTest.cpp Add extra indent for nested calls inside if's. 2013-01-23 20:41:06 +00:00
Makefile fix the unit tests too. 2013-01-19 18:30:39 +00:00