aboutsummaryrefslogtreecommitdiffstats
path: root/ice40/main.cc
diff options
context:
space:
mode:
authorMiodrag Milanovic <mmicko@gmail.com>2018-06-28 18:06:31 +0200
committerMiodrag Milanovic <mmicko@gmail.com>2018-06-28 18:06:31 +0200
commit960c65047877c72498d65ecc401371ab1552c82a (patch)
tree5b0a4aa7063fd6a24ff4a74b9786e8b1daad0a57 /ice40/main.cc
parent1676b285ae726eb858d4d7ed089496133ce3de4b (diff)
downloadnextpnr-960c65047877c72498d65ecc401371ab1552c82a.tar.gz
nextpnr-960c65047877c72498d65ecc401371ab1552c82a.tar.bz2
nextpnr-960c65047877c72498d65ecc401371ab1552c82a.zip
clangformat cleanup
Diffstat (limited to 'ice40/main.cc')
-rw-r--r--ice40/main.cc10
1 files changed, 4 insertions, 6 deletions
diff --git a/ice40/main.cc b/ice40/main.cc
index 8f500efb..e30553b1 100644
--- a/ice40/main.cc
+++ b/ice40/main.cc
@@ -126,18 +126,16 @@ int main(int argc, char *argv[])
if (vm.count("help") || argc == 1) {
help:
- std::cout << boost::filesystem::basename(argv[0])
- << " -- Next Generation Place and Route (git "
- "sha1 " GIT_COMMIT_HASH_STR ")\n";
+ std::cout << boost::filesystem::basename(argv[0]) << " -- Next Generation Place and Route (git "
+ "sha1 " GIT_COMMIT_HASH_STR ")\n";
std::cout << "\n";
std::cout << options << "\n";
return argc != 1;
}
if (vm.count("version")) {
- std::cout << boost::filesystem::basename(argv[0])
- << " -- Next Generation Place and Route (git "
- "sha1 " GIT_COMMIT_HASH_STR ")\n";
+ std::cout << boost::filesystem::basename(argv[0]) << " -- Next Generation Place and Route (git "
+ "sha1 " GIT_COMMIT_HASH_STR ")\n";
return 1;
}