hanchenye-llvm-project/clang/unittests/Format
Daniel Jasper 72463d32e0 Add space between ; and (.
Before: for (int i = 0;(i < 10); ++i) {}
After:  for (int i = 0; (i < 10); ++i) {}
llvm-svn: 181020
2013-05-03 14:50:50 +00:00
..
CMakeLists.txt fix the unit tests too. 2013-01-19 18:30:39 +00:00
FormatTest.cpp Add space between ; and (. 2013-05-03 14:50:50 +00:00
Makefile fix the unit tests too. 2013-01-19 18:30:39 +00:00