diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2007-11-19 11:11:16 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2007-11-19 11:11:16 (GMT) |
commit | c2fe65f1b2b9c6fdcfd6020d461ec6817899f224 (patch) | |
tree | e8dfbbe5a1f056b62394443785f9a4452f1ca260 /generic | |
parent | f97872d7e91105a793f64b0372eaa6ef3001bf9d (diff) | |
download | tcl-c2fe65f1b2b9c6fdcfd6020d461ec6817899f224.zip tcl-c2fe65f1b2b9c6fdcfd6020d461ec6817899f224.tar.gz tcl-c2fe65f1b2b9c6fdcfd6020d461ec6817899f224.tar.bz2 |
eschew superfluous whitespace
Diffstat (limited to 'generic')
-rw-r--r-- | generic/tclTomMathInterface.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/generic/tclTomMathInterface.c b/generic/tclTomMathInterface.c index 70dccab..b70f5fd 100644 --- a/generic/tclTomMathInterface.c +++ b/generic/tclTomMathInterface.c @@ -11,7 +11,7 @@ * See the file "license.terms" for information on usage and redistribution of * this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tclTomMathInterface.c,v 1.8 2007/04/16 13:36:35 dkf Exp $ + * RCS: @(#) $Id: tclTomMathInterface.c,v 1.9 2007/11/19 11:11:16 dkf Exp $ */ #include "tclInt.h" @@ -65,7 +65,7 @@ TclTommath_Init( *---------------------------------------------------------------------- */ -int +int TclBN_epoch(void) { return TCLTOMMATH_EPOCH; @@ -87,7 +87,7 @@ TclBN_epoch(void) *---------------------------------------------------------------------- */ -int +int TclBN_revision(void) { return TCLTOMMATH_REVISION; |