Skip to content

Commit 14799f9

Browse files
authored
more formatting fix
1 parent 30361f6 commit 14799f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

py/mpz.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,7 @@ STATIC size_t mpn_mul(mpz_dig_t *idig, mpz_dig_t *jdig, size_t jlen, mpz_dig_t *
447447
// check to prevent usb starvation
448448
RUN_BACKGROUND_TASKS;
449449
}
450-
450+
451451
return ilen;
452452
}
453453

0 commit comments

Comments
 (0)