Skip to content

Commit 5962b7a

Browse files
authored
add parentheses for clarity (#2999)
1 parent 149c53a commit 5962b7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/benchmark/benchmark.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
int main(int argc, char *argv[]) {
1313
if (1 == argc ||
14-
2 == argc && (std::string(argv[1]) == "-h" || std::string(argv[1]) == "--help" ))
14+
(2 == argc && (std::string(argv[1]) == "-h" || std::string(argv[1]) == "--help" )))
1515
{
1616
Benchmark::Configuration::PrintHelp();
1717
return 0;

0 commit comments

Comments
 (0)