From 977267c2e0218d6b182807ddf9b7c1d929c40bed Mon Sep 17 00:00:00 2001 From: nobu Date: Thu, 22 Apr 2010 08:04:13 +0000 Subject: * ext/**/*.[ch]: removed trailing spaces. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27437 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/bigdecimal/bigdecimal.h | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'ext/bigdecimal') diff --git a/ext/bigdecimal/bigdecimal.h b/ext/bigdecimal/bigdecimal.h index dbef10dd4e..247d26a6ca 100644 --- a/ext/bigdecimal/bigdecimal.h +++ b/ext/bigdecimal/bigdecimal.h @@ -1,12 +1,12 @@ /* * - * Ruby BigDecimal(Variable decimal precision) extension library. + * Ruby BigDecimal(Variable decimal precision) extension library. * - * Copyright(C) 2002 by Shigeo Kobayashi(shigeo@tinyforest.gr.jp) + * Copyright(C) 2002 by Shigeo Kobayashi(shigeo@tinyforest.gr.jp) * - * You may distribute under the terms of either the GNU General Public - * License or the Artistic License, as specified in the README file - * of this BigDecimal distribution. + * You may distribute under the terms of either the GNU General Public + * License or the Artistic License, as specified in the README file + * of this BigDecimal distribution. * * NOTES: * 2003-03-28 V1.0 checked in. @@ -29,10 +29,10 @@ extern "C" { #define SZ_NINF "-Infinity" /* - * #define VP_EXPORT other than static to let VP_ routines + * #define VP_EXPORT other than static to let VP_ routines * be called from outside of this module. */ -#define VP_EXPORT static +#define VP_EXPORT static #define U_LONG unsigned long #define S_LONG long @@ -96,7 +96,7 @@ typedef struct { U_LONG frac[1]; /* Pointer to array of fraction part. */ } Real; -/* +/* * ------------------ * EXPORTables. * ------------------ @@ -161,7 +161,7 @@ VP_EXPORT int VpPower(Real *y,Real *x,S_INT n); /* VP constants */ VP_EXPORT Real *VpOne(void); -/* +/* * ------------------ * MACRO definitions. * ------------------ -- cgit v1.2.3