Tests: Spaces to Tabs

v0.3.0-dev
Paul Hollinsky 2022-02-21 20:26:57 -05:00
parent be666e810d
commit 58944a2523
2 changed files with 398 additions and 398 deletions

File diff suppressed because it is too large Load Diff

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();
}