Skip to content

Commit 30361f6

Browse files
authored
Fix formatting
1 parent e963cff commit 30361f6

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

py/mpz.c

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -443,12 +443,11 @@ STATIC size_t mpn_mul(mpz_dig_t *idig, mpz_dig_t *jdig, size_t jlen, mpz_dig_t *
443443
*id++ = carry;
444444
}
445445

446-
ilen = id - oidig;
447-
// check to prevent usb starvation
448-
RUN_BACKGROUND_TASKS;
446+
ilen = id - oidig;
447+
// check to prevent usb starvation
448+
RUN_BACKGROUND_TASKS;
449449
}
450450

451-
452451
return ilen;
453452
}
454453

0 commit comments

Comments
 (0)