We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 149c53a commit 5962b7aCopy full SHA for 5962b7a
tests/benchmark/benchmark.cpp
@@ -11,7 +11,7 @@
11
12
int main(int argc, char *argv[]) {
13
if (1 == argc ||
14
- 2 == argc && (std::string(argv[1]) == "-h" || std::string(argv[1]) == "--help" ))
+ (2 == argc && (std::string(argv[1]) == "-h" || std::string(argv[1]) == "--help" )))
15
{
16
Benchmark::Configuration::PrintHelp();
17
return 0;
0 commit comments