Skip to content

Commit 0504ad9

Browse files
committed
Well...
1 parent 67707cd commit 0504ad9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

demo/test.c

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1679,7 +1679,9 @@ static int test_mp_next_small_prime(void)
16791679
DO(mp_fwrite(&primesum, 10, stdout));
16801680
print_timer(", computed in \n",startgt, stopgt);
16811681
#endif
1682-
printf("Primesum computed: ");DO(mp_fwrite(&primesum, 10, stdout));puts("");
1682+
printf("Primesum computed: ");
1683+
DO(mp_fwrite(&primesum, 10, stdout));
1684+
puts("");
16831685
DO(mp_read_radix(&t, primesum_32, 10));
16841686
EXPECT(mp_cmp(&primesum, &t) == MP_EQ);
16851687

0 commit comments

Comments
 (0)