We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67707cd commit 0504ad9Copy full SHA for 0504ad9
demo/test.c
@@ -1679,7 +1679,9 @@ static int test_mp_next_small_prime(void)
1679
DO(mp_fwrite(&primesum, 10, stdout));
1680
print_timer(", computed in \n",startgt, stopgt);
1681
#endif
1682
- printf("Primesum computed: ");DO(mp_fwrite(&primesum, 10, stdout));puts("");
+ printf("Primesum computed: ");
1683
+ DO(mp_fwrite(&primesum, 10, stdout));
1684
+ puts("");
1685
DO(mp_read_radix(&t, primesum_32, 10));
1686
EXPECT(mp_cmp(&primesum, &t) == MP_EQ);
1687
0 commit comments