Tests: Spaces to Tabs

This commit is contained in:
Paul Hollinsky
2022-02-21 21:28:30 -05:00
parent be666e810d
commit 58944a2523
2 changed files with 398 additions and 398 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
#include "gtest/gtest.h"
int main(int argc, char** argv) {
::testing::InitGoogleTest(&argc, argv);
return RUN_ALL_TESTS();
::testing::InitGoogleTest(&argc, argv);
return RUN_ALL_TESTS();
}