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 21889 additions and 21704 deletions
+3 -4
View File
@@ -1,7 +1,6 @@
#include "tests.h"
int main()
{
Test::RunAll();
return 0;
int main() {
Test::RunAll();
return 0;
}