From c2fe65f1b2b9c6fdcfd6020d461ec6817899f224 Mon Sep 17 00:00:00 2001 From: dkf Date: Mon, 19 Nov 2007 11:11:16 +0000 Subject: eschew superfluous whitespace --- generic/tclTomMathInterface.c | 6 +++--- 1 file 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; -- cgit v0.12