summaryrefslogtreecommitdiff
path: root/mpn
diff options
context:
space:
mode:
authorTorbjorn Granlund <tege@gmplib.org>2012-02-16 14:24:24 +0100
committerTorbjorn Granlund <tege@gmplib.org>2012-02-16 14:24:24 +0100
commita767d9dd114925fd6525e82e0e7211bb4d5211d3 (patch)
tree4eda8a229cb9675d912f916b67664e0443d2f2b9 /mpn
parent03846b76b5b51e25aaf5893e3a3c47724ce77574 (diff)
downloadgmp-a767d9dd114925fd6525e82e0e7211bb4d5211d3.tar.gz
Whitespace cleanup.
Diffstat (limited to 'mpn')
-rw-r--r--mpn/generic/gcdext_lehmer.c2
-rw-r--r--mpn/generic/toom54_mul.c3
2 files changed, 2 insertions, 3 deletions
diff --git a/mpn/generic/gcdext_lehmer.c b/mpn/generic/gcdext_lehmer.c
index e2a1707bc..d9cd3616b 100644
--- a/mpn/generic/gcdext_lehmer.c
+++ b/mpn/generic/gcdext_lehmer.c
@@ -100,7 +100,7 @@ mpn_gcdext_hook (void *p, mp_srcptr gp, mp_size_t gn,
can get a large quotient only just after a switch, which
means that we'll add (a multiple of) the larger u to the
smaller. */
-
+
tp = ctx->tp;
if (qn > u1n)
diff --git a/mpn/generic/toom54_mul.c b/mpn/generic/toom54_mul.c
index c7fc1d19d..afda6c276 100644
--- a/mpn/generic/toom54_mul.c
+++ b/mpn/generic/toom54_mul.c
@@ -31,7 +31,7 @@ along with the GNU MP Library. If not, see http://www.gnu.org/licenses/. */
Evaluate in: infinity, +4, -4, +2, -2, +1, -1, 0.
<--s-><--n--><--n--><--n--><--n-->
- ____ ______ ______ ______ ______
+ ____ ______ ______ ______ ______
|_a4_|__a3__|__a2__|__a1__|__a0__|
|b3_|__b2__|__b1__|__b0__|
<-t-><--n--><--n--><--n-->
@@ -130,4 +130,3 @@ mpn_toom54_mul (mp_ptr pp,
#undef r8
#undef ws
}
-