diff options
author | Miodrag Milanovic <mmicko@gmail.com> | 2018-06-12 20:44:05 +0200 |
---|---|---|
committer | Miodrag Milanovic <mmicko@gmail.com> | 2018-06-12 20:44:05 +0200 |
commit | 7b1c599947f18267dd50ad62812e9a932403fd4d (patch) | |
tree | 6ed405f3dbdd5e9966fda413edd2f67addc2ff72 /tests/dummy/main.cc | |
parent | b7c747f15bcad48f4e1b82704bc9d00c28b9d62d (diff) | |
download | nextpnr-7b1c599947f18267dd50ad62812e9a932403fd4d.tar.gz nextpnr-7b1c599947f18267dd50ad62812e9a932403fd4d.tar.bz2 nextpnr-7b1c599947f18267dd50ad62812e9a932403fd4d.zip |
clangformat cleanup
Diffstat (limited to 'tests/dummy/main.cc')
-rw-r--r-- | tests/dummy/main.cc | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/tests/dummy/main.cc b/tests/dummy/main.cc index 13f071ce..1270ccdf 100644 --- a/tests/dummy/main.cc +++ b/tests/dummy/main.cc @@ -2,7 +2,8 @@ #include <vector> -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(); } |