Tests: Spaces to Tabs

This commit is contained in:
Paul Hollinsky
2022-02-21 20:26:57 -05:00
parent be219288dc
commit 6fa469de5f
2 changed files with 398 additions and 398 deletions
+396 -396
View File
File diff suppressed because it is too large Load Diff
+2 -2
View File
@@ -1,6 +1,6 @@
#include "gtest/gtest.h" #include "gtest/gtest.h"
int main(int argc, char** argv) { int main(int argc, char** argv) {
::testing::InitGoogleTest(&argc, argv); ::testing::InitGoogleTest(&argc, argv);
return RUN_ALL_TESTS(); return RUN_ALL_TESTS();
} }