summaryrefslogtreecommitdiff
path: root/mpn/generic/hgcd_step.c
diff options
context:
space:
mode:
Diffstat (limited to 'mpn/generic/hgcd_step.c')
-rw-r--r--mpn/generic/hgcd_step.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mpn/generic/hgcd_step.c b/mpn/generic/hgcd_step.c
index 0e56be39e..dbc757935 100644
--- a/mpn/generic/hgcd_step.c
+++ b/mpn/generic/hgcd_step.c
@@ -112,7 +112,7 @@ mpn_hgcd_step (mp_size_t n, mp_ptr ap, mp_ptr bp, mp_size_t s,
/* Multiply M1^{-1} (a;b) */
return mpn_matrix22_mul1_inverse_vector (&M1, ap, tp, bp, n);
}
-
+
subtract:
return mpn_gcd_subdiv_step (ap, bp, n, s, hgcd_hook, M, tp);