Whitespace cleanup in src/ent
authorSteve Youngs <steve@sxemacs.org>
Sat, 28 Jan 2012 07:06:29 +0000 (17:06 +1000)
committerSteve Youngs <steve@sxemacs.org>
Sat, 28 Jan 2012 07:06:29 +0000 (17:06 +1000)
Signed-off-by: Steve Youngs <steve@sxemacs.org>
29 files changed:
src/ent/Makefile.am
src/ent/ent-binary-op.c
src/ent/ent-binary-op.h
src/ent/ent-binary-rel.c
src/ent/ent-binary-rel.h
src/ent/ent-float.c
src/ent/ent-gaussian.c
src/ent/ent-gmp.c
src/ent/ent-indef.c
src/ent/ent-indef.h
src/ent/ent-inf.h
src/ent/ent-lift.c
src/ent/ent-lift.h
src/ent/ent-mpc.c
src/ent/ent-mpfr.c
src/ent/ent-nullary-op.c
src/ent/ent-nullary-op.h
src/ent/ent-optable.h
src/ent/ent-pseumpc.c
src/ent/ent-pseumpc.h
src/ent/ent-quatern.c
src/ent/ent-strflt.h
src/ent/ent-unary-op.c
src/ent/ent-unary-op.h
src/ent/ent-unary-rel.c
src/ent/ent-unary-rel.h
src/ent/ent.c
src/ent/ent.h
src/ent/floatfns.c

index 299b8aa..e9f84d9 100644 (file)
@@ -74,7 +74,7 @@ header_HEADERS = $(acgen_headers) $(libent_a_headers)
 
 noinst_LIBRARIES=libent.a
 
-# 
+#
 # Help the SXEmacs developers get nice post-processed source files
 
 ## Create preprocessor output (debugging purposes only)
index f7869ff..a7f82d4 100644 (file)
@@ -5,7 +5,7 @@
   Author:  Sebastian Freundt <hroptatyr@sxemacs.org>
 
   * This file is part of SXEmacs.
-  * 
+  *
   * Redistribution and use in source and binary forms, with or without
   * modification, are permitted provided that the following conditions
   * are met:
index 869ad75..40f2a2a 100644 (file)
@@ -5,7 +5,7 @@
   Author:  Sebastian Freundt <hroptatyr@sxemacs.org>
 
   * This file is part of SXEmacs.
-  * 
+  *
   * Redistribution and use in source and binary forms, with or without
   * modification, are permitted provided that the following conditions
   * are met:
index e656657..c7c1590 100644 (file)
@@ -5,7 +5,7 @@
   Author:  Sebastian Freundt <hroptatyr@sxemacs.org>
 
   * This file is part of SXEmacs.
-  * 
+  *
   * Redistribution and use in source and binary forms, with or without
   * modification, are permitted provided that the following conditions
   * are met:
@@ -80,7 +80,7 @@ If there is more than one argument, the second argument, must be
 numerically greater than the first, and the third, must be numerically
 greater than the second, and so on. At least one argument is required.
 
-The arguments may be numbers, characters or markers.  
+The arguments may be numbers, characters or markers.
 */
       (int nargs, Lisp_Object *args))
 {
@@ -233,7 +233,7 @@ All arguments must be numbers, characters or markers.
 The value is always a number; markers and characters are converted
 to numbers.
 */
-      (int nargs, Lisp_Object *args)) 
+      (int nargs, Lisp_Object *args))
 {
        REGISTER int i, maxindex;
        Lisp_Object compmax, compi;
index 92c2123..686d6e7 100644 (file)
@@ -5,7 +5,7 @@
   Author:  Sebastian Freundt <hroptatyr@sxemacs.org>
 
   * This file is part of SXEmacs.
-  * 
+  *
   * Redistribution and use in source and binary forms, with or without
   * modification, are permitted provided that the following conditions
   * are met:
index 4345ba7..79e458e 100644 (file)
@@ -564,7 +564,7 @@ void syms_of_ent_float(void)
 void vars_of_ent_float(void)
 {
        fpfloat f = 0.0, fp = 0.0;
-       
+
        f = 1.0;
        while ( (f > fp) &&
                (f = 2.0 * (fp = f)) &&
index ea8e8ef..61fd433 100644 (file)
@@ -135,7 +135,7 @@ Bufbyte *bigg_to_string(bigg g, int base)
        Bufbyte *intg_str;
        Bufbyte *imag_str;
        int intg_len, imag_len;
-        int sign, neg;
+       int sign, neg;
 
        intg_str = (Bufbyte*)bigz_to_string(bigg_re(g), base);
        imag_str = (Bufbyte*)bigz_to_string(bigg_im(g), base);
@@ -205,7 +205,7 @@ void bigg_set_bigz_bigz(bigg g, bigz z1, bigz z2)
 
 /* void bigc_set_bigg(bigc c, bigg g)
  * {
- *     bigc_set_bigfr_bigfr(bigg_re(g), z1);
+ *     bigc_set_bigfr_bigfr(bigg_re(g), z1);
  * }
  */
 
@@ -454,7 +454,7 @@ Lisp_Object read_bigg_string(char *cp)
                /* jump over a leading minus */
                cp++;
        }
-               
+
        while ((*cp >= '0' && *cp <= '9'))
                cp++;
 
index d8b9eda..585f1e6 100644 (file)
@@ -72,7 +72,7 @@ bigz_hash (Lisp_Object obj, int SXE_UNUSED(depth))
 }
 
 static const struct lrecord_description bigz_description[] = {
-        { XD_OPAQUE_DATA_PTR, offsetof(Lisp_Bigz, data) },
+       { XD_OPAQUE_DATA_PTR, offsetof(Lisp_Bigz, data) },
        { XD_END }
 };
 
@@ -109,7 +109,7 @@ bigq_hash (Lisp_Object obj, int SXE_UNUSED(depth))
 
 static const struct lrecord_description bigq_description[] = {
        { XD_OPAQUE_DATA_PTR, offsetof (Lisp_Bigq, data) },
-       { XD_END }
+       { XD_END }
 };
 
 DEFINE_BASIC_LRECORD_IMPLEMENTATION("bigq", bigq,
@@ -239,7 +239,7 @@ read_bigz_string(const char *cp, int base)
        bigz bz;
 
        bigz_init(bz);
-               
+
        /* MPZ bigz_set_string has no effect
         * with initial + sign */
        if (*cp == '+') {
@@ -268,9 +268,9 @@ Lisp_Object read_bigq_string(char *cp)
           - If p has a '+' sign after the '/' (e.g., 300/+400), it sets the
           numerator from the string, but *leaves the denominator unchanged*.
           - If p has trailing nonnumeric characters, it sets the numerator from
-           the string, but leaves the denominator unchanged.
+          the string, but leaves the denominator unchanged.
           - If p has more than one '/', (e.g., 1/2/3), then it sets the
-           numerator from the string, but leaves the denominator unchanged.
+          numerator from the string, but leaves the denominator unchanged.
 
           Therefore, move p past any leading '+' signs, temporarily drop a null
           after the numeric characters we are trying to convert, and then put
index ea9ee99..e91c125 100644 (file)
@@ -332,7 +332,7 @@ indef_prod(Lisp_Object l, Lisp_Object r)
                return make_indef(NOT_A_NUMBER);
        }
 }
-static Lisp_Object 
+static Lisp_Object
 indef_div(Lisp_Object l, Lisp_Object r)
 {
        if (INDEFP(l) && INDEFP(r))
@@ -348,7 +348,7 @@ indef_div(Lisp_Object l, Lisp_Object r)
        } else if (COMPARABLEP(l) && INDEFP(r)) {
                if (!COMPARABLE_INDEF_P(r))
                        return r;
-               else 
+               else
                        return Qzero;
        } else if (INFINITYP(l) || INFINITYP(r)) {
                return make_indef(COMPLEX_INFINITY);
index 1177d3e..0a8be61 100644 (file)
@@ -62,11 +62,11 @@ DECLARE_LRECORD(indef, Lisp_Indef);
 #define indef_data(f) ((f)->data)
 #define XINDEF_DATA(x) indef_data(XINDEF(x))
 
-#define INFINITYP(x)                                                   \
+#define INFINITYP(x)                                                   \
        (INDEFP(x) && (XINDEF_DATA(x) < END_OF_INFINITIES))
-#define COMPARABLE_INDEF_P(x)                                          \
+#define COMPARABLE_INDEF_P(x)                                          \
        (INFINITYP(x) && (XINDEF_DATA(x) < END_OF_COMPARABLE_INFINITIES))
-#define INFINITE_POINT_P(x)                                            \
+#define INFINITE_POINT_P(x)                                            \
        (INFINITYP(x) && (XINDEF_DATA(x) > END_OF_COMPARABLE_INFINITIES))
 #define NOT_A_NUMBER_P(x)                              \
        (INDEFP(x) && (XINDEF_DATA(x) > END_OF_INFINITIES))
index 10e9350..95d801b 100644 (file)
@@ -4,7 +4,7 @@
   Copyright (C) 2006 Nelson Ferreira
 
   Author:  Sebastian Freundt
-           Nelson Ferreira
+          Nelson Ferreira
 
 This file is part of SXEmacs
 
@@ -55,7 +55,7 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>. */
 #if defined HAVE_MATHS_SIGNBIT || defined HAVE_SIGNBIT
 # define sxe_signbit   signbit
 #elif defined HAVE_MATHS_FPCLASS || defined HAVE_FPCLASS
-# define sxe_signbit(x) (fpclass(x) == FP_NINF || fpclass(x) == FP_NDENORM || fpclass(x) == FP_NZERO || fpclass(x) == FP_NNORM) 
+# define sxe_signbit(x) (fpclass(x) == FP_NINF || fpclass(x) == FP_NDENORM || fpclass(x) == FP_NZERO || fpclass(x) == FP_NNORM)
 #else  /* !HAVE_SIGNBIT */
 # define sxe_signbit(x)        ((x) < 0)
 # warning Your signbit() computation is vile.  Consider scrapping your machine.
index 276c165..0b687eb 100644 (file)
@@ -5,7 +5,7 @@
   Author:  Sebastian Freundt <hroptatyr@sxemacs.org>
 
   * This file is part of SXEmacs.
-  * 
+  *
   * Redistribution and use in source and binary forms, with or without
   * modification, are permitted provided that the following conditions
   * are met:
index 52cff71..4057b81 100644 (file)
@@ -5,7 +5,7 @@
   Author:  Sebastian Freundt <hroptatyr@sxemacs.org>
 
   * This file is part of SXEmacs.
-  * 
+  *
   * Redistribution and use in source and binary forms, with or without
   * modification, are permitted provided that the following conditions
   * are met:
index 768bd0c..c15da06 100644 (file)
@@ -80,7 +80,7 @@ static const struct lrecord_description bigc_description[] = {
 #if defined(MPC_SET_X_Y)
 int mpc_set_ui_fr (mpc_t rop, unsigned long int re, mpfr_t im, mpc_rnd_t rnd);
 int mpc_set_ui_fr (mpc_t rop, unsigned long int re, mpfr_t im, mpc_rnd_t rnd)
-              MPC_SET_X_Y (ui, fr, rop, re, im, rnd);
+             MPC_SET_X_Y (ui, fr, rop, re, im, rnd);
 #else
 #error Cannot derived mpc_set_ui_fr without MPC_SET_X_Y!
 #endif
index 042bd18..aafed6b 100644 (file)
@@ -136,7 +136,7 @@ Bufbyte *bigfr_to_string(mpfr_t f, int base)
 {
        mp_exp_t expt;
        Bufbyte *str;
-        int len;
+       int len;
        const int sign = mpfr_sgn(f);
        const int neg = (sign < 0) ? 1 : 0;
 
@@ -230,7 +230,7 @@ Lisp_Object read_bigc_string(char *cp)
                /* jump over a leading minus */
                cp++;
        }
-               
+
        while ((*cp >= '0' && *cp <= '9') ||
               (*cp == '.'))
                cp++;
@@ -1633,4 +1633,3 @@ The value of pi (3.1415926...).
 
        Fprovide(intern("bigfr"));
 }
-
index f062908..cba303e 100644 (file)
@@ -5,7 +5,7 @@
   Author:  Sebastian Freundt <hroptatyr@sxemacs.org>
 
   * This file is part of SXEmacs.
-  * 
+  *
   * Redistribution and use in source and binary forms, with or without
   * modification, are permitted provided that the following conditions
   * are met:
index 37153a7..a8cda85 100644 (file)
@@ -5,7 +5,7 @@
   Author:  Sebastian Freundt <hroptatyr@sxemacs.org>
 
   * This file is part of SXEmacs.
-  * 
+  *
   * Redistribution and use in source and binary forms, with or without
   * modification, are permitted provided that the following conditions
   * are met:
index 23ec886..3c8e550 100644 (file)
@@ -5,7 +5,7 @@
   Author:  Sebastian Freundt <hroptatyr@sxemacs.org>
 
   * This file is part of SXEmacs.
-  * 
+  *
   * Redistribution and use in source and binary forms, with or without
   * modification, are permitted provided that the following conditions
   * are met:
index 5778e79..ef7b8c9 100644 (file)
@@ -312,7 +312,7 @@ void bigc_set_bigfr_bigfr(bigc c, bigfr f1, bigfr f2)
 
 /* void bigc_set_bigc(bigc c, bigc c)
  * {
- *     bigc_set_bigfr_bigfr(bigc_re(c), z1);
+ *     bigc_set_bigfr_bigfr(bigc_re(c), z1);
  * }
  */
 
@@ -550,7 +550,7 @@ void bigc_sqrt(bigc res, bigc c)
        bigc_abs(tmpnorm, c);
        bigfr_add(bigc_re(res), tmpnorm, bigc_re(c));
        bigfr_sub(bigc_im(res), tmpnorm, bigc_re(c));
-       
+
        /* compute 1/2 and divide the above by it */
        bigfr_set_long(tmphalf, 2);
        bigfr_div(bigc_re(res), bigc_re(res), tmphalf);
index dd39442..cc728d9 100644 (file)
@@ -101,7 +101,7 @@ extern void bigc_fini(bigc);
 #define bigc_get_prec(f)               max(bigfr_get_prec(bigc_re(f)), \
                                            bigfr_get_prec(bigc_im(f)))
 extern void bigc_set_prec(bigc, unsigned long);
-#define bigc_set_default_prec(prec) 
+#define bigc_set_default_prec(prec)
 #define bigc_get_default_prec()                bigfr_get_default_prec()
 
 /***** Bigc: conversions *****/
index 01e2271..66469fc 100644 (file)
@@ -112,7 +112,7 @@ Bufbyte *quatern_to_string(quatern g, int base)
 {
        Bufbyte *z_str, *i_str, *j_str, *k_str;
        int z_len, i_len, j_len, k_len;
-        int sign_i, sign_j, sign_k, neg_i, neg_j, neg_k;
+       int sign_i, sign_j, sign_k, neg_i, neg_j, neg_k;
 
        z_str = (Bufbyte*)bigz_to_string(quatern_z(g), base);
        i_str = (Bufbyte*)bigz_to_string(quatern_i(g), base);
@@ -223,7 +223,7 @@ void quatern_set_bigz_bigz_bigz_bigz(
 
 /* void bigc_set_quatern(bigc c, quatern g)
  * {
- *     bigc_set_bigfr_bigfr(quatern_z(g), z1);
+ *     bigc_set_bigfr_bigfr(quatern_z(g), z1);
  * }
  */
 
@@ -615,7 +615,7 @@ Lisp_Object read_quatern_string(char *cp)
                /* jump over a leading minus */
                cp++;
        }
-               
+
        while ((*cp >= '0' && *cp <= '9'))
                cp++;
 
index c19edcd..855c1ca 100644 (file)
@@ -1,11 +1,11 @@
 /*
-  ent-strflt.h -- String to float defines 
+  ent-strflt.h -- String to float defines
 
   Copyright (C) 2005, 2006 Sebastian Freundt
   Copyright (C) 2006 Nelson Ferreira
 
   Author:  Sebastian Freundt
-           Nelson Ferreira
+          Nelson Ferreira
 
 This file is part of SXEmacs
 
index f32e084..23c2e48 100644 (file)
@@ -5,7 +5,7 @@
   Author:  Sebastian Freundt <hroptatyr@sxemacs.org>
 
   * This file is part of SXEmacs.
-  * 
+  *
   * Redistribution and use in source and binary forms, with or without
   * modification, are permitted provided that the following conditions
   * are met:
index 41d10fd..d08c44f 100644 (file)
@@ -5,7 +5,7 @@
   Author:  Sebastian Freundt <hroptatyr@sxemacs.org>
 
   * This file is part of SXEmacs.
-  * 
+  *
   * Redistribution and use in source and binary forms, with or without
   * modification, are permitted provided that the following conditions
   * are met:
index 5312546..59c8d1b 100644 (file)
@@ -5,7 +5,7 @@
   Author:  Sebastian Freundt <hroptatyr@sxemacs.org>
 
   * This file is part of SXEmacs.
-  * 
+  *
   * Redistribution and use in source and binary forms, with or without
   * modification, are permitted provided that the following conditions
   * are met:
index 6a4ca72..f49fcd5 100644 (file)
@@ -5,7 +5,7 @@
   Author:  Sebastian Freundt <hroptatyr@sxemacs.org>
 
   * This file is part of SXEmacs.
-  * 
+  *
   * Redistribution and use in source and binary forms, with or without
   * modification, are permitted provided that the following conditions
   * are met:
index d9df318..4d48bc9 100644 (file)
@@ -301,7 +301,7 @@ If optional argument PRECISION is non-nil, its value
 #endif /* HAVE_MPF */
        }
 
-        /* fallback to 'float */
+       /* fallback to 'float */
        return Fcoerce_number(number, Qfloat, precision);
 }
 
@@ -471,7 +471,7 @@ int ase_optable_index(Lisp_Object arg)
        case Lisp_Type_Record: {
                enum lrecord_type type =
                        XRECORD_LHEADER_IMPLEMENTATION(arg)->lrecord_type_index;
-               
+
                switch ((unsigned int)type) {
                case lrecord_type_marker:
                        return INT_T;
@@ -583,17 +583,17 @@ TYPE is one of the symbols:
 - 'fixnum or 'int     to convert to built-in integers
 - 'bigz or 'bignum    to convert to bigz integers
 - 'integer            to convert to the most suitable type out of
-                      'bigz or 'int
+                     'bigz or 'int
 
 - 'bigq or 'ratio     to convert to bigq fractions
 - 'rational           to convert to the most suitable type out of
-                      'bigq, 'bigz or 'int
+                     'bigq, 'bigz or 'int
 
 - 'float              to convert to built-in floats
 - 'bigf or 'bigfloat  to convert to bigf floats
 - 'bigfr              to convert to bigfr floats
-- 'real               to convert to the type indicated by 
-                      `read-real-as' with a fallback to 'float
+- 'real               to convert to the type indicated by
+                     `read-real-as' with a fallback to 'float
 
 - 'bigg               to convert to a Gaussian
 - 'bigc               to convert to a bigc complex number
@@ -654,7 +654,7 @@ cases; the information is silently lost.
        }
 #endif /* HAVE_MPF */
 #if defined HAVE_MPFR && defined WITH_MPFR
-       else if (EQ(type, Qbigfr)) { 
+       else if (EQ(type, Qbigfr)) {
                la.precision = internal_get_precision(precision);
                return ent_lift(number, BIGFR_T, &la);
        }
@@ -671,7 +671,7 @@ cases; the information is silently lost.
                else if (Vread_real_as == Qbigfr)
                        return ent_lift(number, BIGFR_T, &la);
 #endif
-               else 
+               else
                        return ent_lift(number, FLOAT_T, &la);
        }
 #if defined(HAVE_PSEUG) && defined WITH_PSEUG
@@ -935,7 +935,7 @@ arbitrary-precision floats.
        DEFVAR_LISP("read-real-as", &Vread_real_as /*
 *Indicate how real numbers should be read.
 If set to `nil' or 'float, reals are always converted to floats.
-If set to 'bigf or 'bigfr, reals are read as MPF floats or MPFR 
+If set to 'bigf or 'bigfr, reals are read as MPF floats or MPFR
 floats respectively.
                                                   */);
        Vread_real_as = Qfloat;
index c74fc98..03802ad 100644 (file)
@@ -55,24 +55,24 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>. */
 
    octon     = octonion number (which library does that? lidia?) - NOT YET
 
-   Category unions: 
+   Category unions:
    ================
    rational        = integer + bigq
    real            = float + bigf + bigr
-                     (and everything else simulating real numbers)
+                    (and everything else simulating real numbers)
    comparable      = rational + real
-                     (and everything else that has a total order)
+                    (and everything else that has a total order)
    complex         = bigc + gaussian
    algebraic       = rational + ffelm + padic + gaussian
    archimedean     = rational + real + complex
-                     (and everything else with an archimedean valuation)
+                    (and everything else with an archimedean valuation)
    non-archimidean = padic + ffelm
 
    number    = archimedean + non-archimedean + quatern + octon
 
 
    The top-level configure script should define the symbols
-   HAVE_MPZ, HAVE_MPQ, HAVE_MPF, HAVE_MPFR and HAVE_MPC to indicate which 
+   HAVE_MPZ, HAVE_MPQ, HAVE_MPF, HAVE_MPFR and HAVE_MPC to indicate which
    it provides.
    If some type is not defined by the library, this is what happens:
 
@@ -132,7 +132,7 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>. */
 #endif
 #if defined HAVE_MPC && defined WITH_MPC
 # include "ent/ent-mpc.h"
-#elif defined HAVE_PSEUC && defined WITH_PSEUC 
+#elif defined HAVE_PSEUC && defined WITH_PSEUC
 # include "ent/ent-pseumpc.h"
 #endif
 #if defined HAVE_ECM && defined WITH_ECM
index 8badb26..0882857 100644 (file)
@@ -998,7 +998,7 @@ If second optional argument PRECISION is given, use its value
                bigc_sqrt(ent_scratch_bigc, XBIGC_DATA(bcnumber));
                return make_bigc_bc(ent_scratch_bigc);
 #endif /* HAVE_MPC */
-       } 
+       }
 
        if (NILP(precision));
        return wrong_type_argument(Qnumberp, number);
@@ -1552,7 +1552,7 @@ Return the smallest integer no less than NUMBER.  (Round toward +inf.)
 #if defined HAVE_MPZ && (defined WITH_GMP || defined WITH_MP)
        if (INTEGERP(number))
 #else  /* !HAVE_MPZ */
-       if (INTP(number))
+       if (INTP(number))
 #endif /* HAVE_MPZ */
                return number;
 
@@ -1617,7 +1617,7 @@ greater than NUMBER/DIVISOR.
        if (NILP(divisor)) {
                return Ffloor(number, make_int(1L));
 
-       } 
+       }
 
        /* !NILP(divisor) */
 
@@ -1974,7 +1974,7 @@ Return the canonical norm of NUMBER.
                quatern_norm(ent_scratch_bigz, XQUATERN_DATA(number));
                return make_bigz_bz(ent_scratch_bigz);
 #endif
-       } 
+       }
 
        /* what should the rest do? */
        return Fcanonical_norm(wrong_type_argument(Qnumberp, number));
@@ -2066,7 +2066,7 @@ Return the smallest integer no less than NUMBER, as a float.
 #if defined HAVE_MPFR && defined WITH_MPFR
        if (BIGFRP(number)) {
                bigfr_set_prec(ent_scratch_bigfr, XBIGFR_GET_PREC(number));
-               
+
                bigfr_ceil(ent_scratch_bigfr, XBIGFR_DATA(number));
                return make_bigfr_bfr(ent_scratch_bigfr);
        }
@@ -2101,7 +2101,7 @@ Return the largest integer no greater than NUMBER, as a float.
 #if defined HAVE_MPFR && defined WITH_MPFR
        if (BIGFRP(number)) {
                bigfr_set_prec(ent_scratch_bigfr, XBIGFR_GET_PREC(number));
-               
+
                bigfr_floor(ent_scratch_bigfr, XBIGFR_DATA(number));
                return make_bigfr_bfr(ent_scratch_bigfr);
        }
@@ -2135,7 +2135,7 @@ Return the nearest integer to NUMBER, as a float.
 #if defined HAVE_MPFR && defined WITH_MPFR
        if (BIGFRP(number)) {
                bigfr_set_prec(ent_scratch_bigfr, XBIGFR_GET_PREC(number));
-               
+
                bigfr_rint(ent_scratch_bigfr, XBIGFR_DATA(number));
                return make_bigfr_bfr(ent_scratch_bigfr);
        }
@@ -2158,7 +2158,7 @@ Rounds the value toward zero.
 */
       (number))
 {
-        fpfloat d;
+       fpfloat d;
 #if defined HAVE_MPF && defined WITH_GMP
        if (BIGFP(number)) {
                bigf_set_prec(ent_scratch_bigf, XBIGF_GET_PREC(number));
@@ -2171,7 +2171,7 @@ Rounds the value toward zero.
 #if defined HAVE_MPFR && defined WITH_MPFR
        if (BIGFRP(number)) {
                bigfr_set_prec(ent_scratch_bigfr, XBIGFR_GET_PREC(number));
-               
+
                bigfr_trunc(ent_scratch_bigfr, XBIGFR_DATA(number));
                return make_bigfr_bfr(ent_scratch_bigfr);
        }