summaryrefslogtreecommitdiff
path: root/cache.c
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2009-03-06 00:45:57 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2009-03-06 00:45:57 +0000
commite895231aa3b6b47c323ef1d79aeb3ebe1afd7ed2 (patch)
treea9d16fb20b7014d501d89b7dca8a8fd226eedf1f /cache.c
parent0b46f7c1cc4902d1d764822ef364f9806811b2a7 (diff)
downloadmpfr-e895231aa3b6b47c323ef1d79aeb3ebe1afd7ed2.tar.gz
untabify
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@6074 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'cache.c')
-rw-r--r--cache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cache.c b/cache.c
index 625473c05..df922f7c8 100644
--- a/cache.c
+++ b/cache.c
@@ -23,7 +23,7 @@ http://www.gnu.org/licenses/ or write to the Free Software Foundation, Inc.,
#include "mpfr-impl.h"
#if 0 /* this function is not used/documented/tested so far, it could be
- useful if we want to export the cache mechanism */
+ useful if we want to export the cache mechanism */
void
mpfr_init_cache (mpfr_cache_t cache, int (*func)(mpfr_ptr, mp_rnd_t))
{