llvm-project/clang/unittests/Format
Daniel Jasper 1027c6e5dd Let clang-format remove empty lines before "}".
These lines almost never aid readability.

Before:
void f() {
  int i;  // some variable

}

After:
void f() {
  int i;  // some variable
}

llvm-svn: 183112
2013-06-03 16:16:41 +00:00
..
CMakeLists.txt fix the unit tests too. 2013-01-19 18:30:39 +00:00
FormatTest.cpp Let clang-format remove empty lines before "}". 2013-06-03 16:16:41 +00:00
Makefile fix the unit tests too. 2013-01-19 18:30:39 +00:00