Skip to content

Commit 7d8209a

Browse files
committed
formatted
1 parent f7d5d32 commit 7d8209a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

demo/test.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1223,7 +1223,8 @@ static int test_mp_read_radix(void)
12231223
t_slow = stop - start;
12241224

12251225
/* It is "long int" in GLibC but can be bigger and/or even a floating point elsewhere */
1226-
fprintf(stderr,"SLOW: %.10f, FAST: %.10f\n", (double)t_slow/(double)CLOCKS_PER_SEC, (double)t_fast/(double)CLOCKS_PER_SEC);
1226+
fprintf(stderr,"SLOW: %.10f, FAST: %.10f\n", (double)t_slow/(double)CLOCKS_PER_SEC,
1227+
(double)t_fast/(double)CLOCKS_PER_SEC);
12271228

12281229
/* Check if the branching works. */
12291230
if (MP_HAS(S_MP_FASTER_READ_RADIX) && MP_HAS(S_MP_FASTER_TO_RADIX)) {

0 commit comments

Comments
 (0)