[Gmp-commit] /var/hg/gmp: Whitespace cleanup.

mercurial at gmplib.org mercurial at gmplib.org
Thu Feb 16 14:24:27 CET 2012


details:   /var/hg/gmp/rev/bfb649d3c763
changeset: 14635:bfb649d3c763
user:      Torbjorn Granlund <tege at gmplib.org>
date:      Thu Feb 16 14:24:24 2012 +0100
description:
Whitespace cleanup.

diffstat:

 mpn/generic/gcdext_lehmer.c |  2 +-
 mpn/generic/toom54_mul.c    |  3 +--
 2 files changed, 2 insertions(+), 3 deletions(-)

diffs (29 lines):

diff -r b641c8181188 -r bfb649d3c763 mpn/generic/gcdext_lehmer.c
--- a/mpn/generic/gcdext_lehmer.c	Wed Feb 15 14:46:40 2012 +0100
+++ b/mpn/generic/gcdext_lehmer.c	Thu Feb 16 14:24:24 2012 +0100
@@ -100,7 +100,7 @@
 	     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 -r b641c8181188 -r bfb649d3c763 mpn/generic/toom54_mul.c
--- a/mpn/generic/toom54_mul.c	Wed Feb 15 14:46:40 2012 +0100
+++ b/mpn/generic/toom54_mul.c	Thu Feb 16 14:24:24 2012 +0100
@@ -31,7 +31,7 @@
    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 @@
 #undef r8
 #undef ws
 }
-  


More information about the gmp-commit mailing list