Run clang-format

This commit is contained in:
Jesse Beder
2014-03-22 12:49:16 -05:00
parent e40ed4f94e
commit 9b4db068bb
78 changed files with 21905 additions and 21720 deletions

View File

@@ -1,7 +1,6 @@
#include "tests.h"
int main()
{
Test::RunAll();
return 0;
int main() {
Test::RunAll();
return 0;
}