Skip to content

Commit b635718

Browse files
gonzalobgtomdeakin
andauthored
Whitespace
Co-authored-by: Tom Deakin <thomasdeakin@gmail.com>
1 parent 3667347 commit b635718

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -344,8 +344,8 @@ void check_solution(const size_t num_times,
344344
case BenchOrder::Classic: {
345345
for (size_t k = 0; k < num_times; k++) {
346346
for (size_t i = 0; i < num_benchmarks; ++i) {
347-
if (!run_benchmark(bench[i])) continue;
348-
run(i);
347+
if (!run_benchmark(bench[i])) continue;
348+
run(i);
349349
}
350350
}
351351
break;

0 commit comments

Comments
 (0)