Skip to content

Commit

Permalink
minor format
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmed-irfan authored Nov 3, 2023
1 parent ff275af commit cbbbe20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/polypyPolynomial2.c
Original file line number Diff line number Diff line change
Expand Up @@ -815,7 +815,7 @@ Polynomial_divmod_general(PyObject* self, PyObject* args, enum rem_type type) {
lp_polynomial_t* div = lp_polynomial_new(p1_ctx);
switch (type) {
case REM_EXACT:
lp_polynomial_divrem(div, rem, p1->p, p2->p);
lp_polynomial_divrem(div, rem, p1->p, p2->p);
break;
case REM_PSEUDO:
lp_polynomial_pdivrem(div, rem, p1->p, p2->p);
Expand Down

0 comments on commit cbbbe20

Please sign in to comment.