aboutsummaryrefslogtreecommitdiffstats
path: root/tests/ice40/main.cc
diff options
context:
space:
mode:
authorMiodrag Milanovic <mmicko@gmail.com>2018-06-12 20:44:05 +0200
committerMiodrag Milanovic <mmicko@gmail.com>2018-06-12 20:44:05 +0200
commit7b1c599947f18267dd50ad62812e9a932403fd4d (patch)
tree6ed405f3dbdd5e9966fda413edd2f67addc2ff72 /tests/ice40/main.cc
parentb7c747f15bcad48f4e1b82704bc9d00c28b9d62d (diff)
downloadnextpnr-7b1c599947f18267dd50ad62812e9a932403fd4d.tar.gz
nextpnr-7b1c599947f18267dd50ad62812e9a932403fd4d.tar.bz2
nextpnr-7b1c599947f18267dd50ad62812e9a932403fd4d.zip
clangformat cleanup
Diffstat (limited to 'tests/ice40/main.cc')
-rw-r--r--tests/ice40/main.cc9
1 files changed, 5 insertions, 4 deletions
diff --git a/tests/ice40/main.cc b/tests/ice40/main.cc
index 465bcd41..e85c836a 100644
--- a/tests/ice40/main.cc
+++ b/tests/ice40/main.cc
@@ -1,7 +1,8 @@
-#include "gtest/gtest.h"
#include <vector>
+#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();
}