summaryrefslogtreecommitdiff
path: root/src/gtest_main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gtest_main.cpp')
-rw-r--r--src/gtest_main.cpp7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/gtest_main.cpp b/src/gtest_main.cpp
index eec00675a3..77e70aac1d 100644
--- a/src/gtest_main.cpp
+++ b/src/gtest_main.cpp
@@ -1,7 +1,8 @@
#include "gmock/gmock.h"
#include "gtest/gtest.h"
-int main(int argc, char **argv) {
- ::testing::InitGoogleTest(&argc, argv);
- return RUN_ALL_TESTS();
+int main(int argc, char **argv)
+{
+ ::testing::InitGoogleTest(&argc, argv);
+ return RUN_ALL_TESTS();
} \ No newline at end of file