diff options
author | Eddie Hung <e.hung@imperial.ac.uk> | 2018-07-25 17:53:01 -0700 |
---|---|---|
committer | Eddie Hung <e.hung@imperial.ac.uk> | 2018-07-25 17:53:01 -0700 |
commit | 950f33c1bb6260f830e6974583d0e1424146b386 (patch) | |
tree | 5086d59b3be9b4a0b6b3959955db79dc7c5f0bd9 /ecp5 | |
parent | e6015dc695dbd29717bd01694726da5dd1033e27 (diff) | |
download | nextpnr-950f33c1bb6260f830e6974583d0e1424146b386.tar.gz nextpnr-950f33c1bb6260f830e6974583d0e1424146b386.tar.bz2 nextpnr-950f33c1bb6260f830e6974583d0e1424146b386.zip |
clangformat
Diffstat (limited to 'ecp5')
-rw-r--r-- | ecp5/main.cc | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/ecp5/main.cc b/ecp5/main.cc index 90096855..f2db74d7 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; } |