aboutsummaryrefslogtreecommitdiffstats
path: root/ecp5/main.cc
diff options
context:
space:
mode:
authorEddie Hung <e.hung@imperial.ac.uk>2018-07-25 17:55:20 -0700
committerEddie Hung <e.hung@imperial.ac.uk>2018-07-25 17:55:20 -0700
commita21cc4dd5bbbf1c9e5894d8c30a2c3252d21dfd0 (patch)
treeea93dcd47f9e84145ba66de353e1848ebc34cbf5 /ecp5/main.cc
parent7c8c13aba14ee51851506e0c1cfc0c995db21102 (diff)
parentf78a74b9cff79a41f992cfaf20deb88054ea27a6 (diff)
downloadnextpnr-a21cc4dd5bbbf1c9e5894d8c30a2c3252d21dfd0.tar.gz
nextpnr-a21cc4dd5bbbf1c9e5894d8c30a2c3252d21dfd0.tar.bz2
nextpnr-a21cc4dd5bbbf1c9e5894d8c30a2c3252d21dfd0.zip
Merge remote-tracking branch 'origin/master' into redist_slack
Diffstat (limited to 'ecp5/main.cc')
-rw-r--r--ecp5/main.cc10
1 files changed, 4 insertions, 6 deletions
diff --git a/ecp5/main.cc b/ecp5/main.cc
index 6087728c..170f9c11 100644
--- a/ecp5/main.cc
+++ b/ecp5/main.cc
@@ -100,18 +100,16 @@ int main(int argc, char *argv[])
}
if (vm.count("help") || argc == 1) {
- 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;
}