aboutsummaryrefslogtreecommitdiffstats
path: root/test/yagetest.cpp
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2017-08-24 00:21:07 +0100
committerYann Herklotz <ymherklotz@gmail.com>2017-08-24 00:21:07 +0100
commit5403490b941f7c031bf1aafdb91b1098f69edbf2 (patch)
tree18cd2deb0c30b38d8ca7c5305735d2323259e020 /test/yagetest.cpp
parent2dbcbe3575134b3c6267b1a396b57080067ed9da (diff)
downloadYAGE-5403490b941f7c031bf1aafdb91b1098f69edbf2.tar.gz
YAGE-5403490b941f7c031bf1aafdb91b1098f69edbf2.zip
Running clang-format over everything.
Edited formatting and ran it over all the files.
Diffstat (limited to 'test/yagetest.cpp')
-rw-r--r--test/yagetest.cpp11
1 files changed, 5 insertions, 6 deletions
diff --git a/test/yagetest.cpp b/test/yagetest.cpp
index 8ca6c83e..90d915a8 100644
--- a/test/yagetest.cpp
+++ b/test/yagetest.cpp
@@ -10,11 +10,10 @@
#include "yage.hpp"
-TEST(YAGE, InitQuit) {
- ASSERT_TRUE(true);
-}
+TEST(YAGE, InitQuit) { ASSERT_TRUE(true); }
-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();
}