summaryrefslogtreecommitdiff
path: root/logging.c
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2005-08-18 16:35:19 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2005-08-18 16:35:19 +0000
commitbab5aab404897a12fe1c87734ebf2aa270b9b73b (patch)
tree73ab96f558e7e0b4ef371902ead983189184a0f7 /logging.c
parent8328a51518450ad8ddb86e38e7952e28065ff22a (diff)
downloadmpfr-bab5aab404897a12fe1c87734ebf2aa270b9b73b.tar.gz
Converted tabs to spaces with expand.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@3725 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'logging.c')
-rw-r--r--logging.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/logging.c b/logging.c
index da2d75f58..259d9a2a6 100644
--- a/logging.c
+++ b/logging.c
@@ -48,7 +48,7 @@ mp_prec_t mpfr_log_prec;
static int
mpfr_printf_mpfr_print (FILE *stream, const struct printf_info *info,
- const void * const *arg)
+ const void * const *arg)
{
int length;
int org_type_logging;
@@ -71,7 +71,7 @@ mpfr_printf_mpfr_print (FILE *stream, const struct printf_info *info,
static int
mpfr_printf_mpfr_arginfo (const struct printf_info *info, size_t n,
- int *argtypes)
+ int *argtypes)
{
if (n > 0)
argtypes[0] = PA_POINTER;
@@ -121,7 +121,7 @@ mpfr_log_begin (void)
/* Register printf functions */
register_printf_function ('R', mpfr_printf_mpfr_print,
- mpfr_printf_mpfr_arginfo);
+ mpfr_printf_mpfr_arginfo);
/* Open filename if needed */
filename = getenv ("MPFR_LOG_FILE");