Skip to content

Commit 163756c

Browse files
Run clang-format 20.
1 parent 5bc4526 commit 163756c

File tree

1 file changed

+2
-2
lines changed
  • test/benchmarks/sc12

1 file changed

+2
-2
lines changed

test/benchmarks/sc12/log.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@
3232
double es = (1.0 / (1.0 - q * m)); \
3333
fprintf(stdout, " q: %f\n", q); \
3434
fprintf(stdout, " m: %d\n", m); \
35-
fprintf(stdout, " E(n): %f\n", q *m); \
35+
fprintf(stdout, " E(n): %f\n", q * m); \
3636
fprintf(stdout, " E(s): %.2f\n", es); \
3737
} \
3838
if (tree_type == HYBRID) { \
3939
fprintf(stdout, \
4040
" Root-to-depth: %d\n", \
41-
(int)ceil(shift_depth *tree_depth)); \
41+
(int)ceil(shift_depth * tree_depth)); \
4242
} \
4343
if (tree_type == BALANCED) { \
4444
fprintf(stdout, " Gen mx: %d\n", tree_depth); \

0 commit comments

Comments
 (0)