summaryrefslogtreecommitdiff
path: root/memory.c
diff options
context:
space:
mode:
Diffstat (limited to 'memory.c')
-rw-r--r--memory.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/memory.c b/memory.c
index d23fe58e4..a812b1b4f 100644
--- a/memory.c
+++ b/memory.c
@@ -49,7 +49,7 @@ __gmp_default_allocate (size_t size)
fprintf (stderr, "GNU MP: Cannot allocate memory (size=%u)\n", size);
abort ();
}
-
+
#ifdef DEBUG
{
mp_ptr p = ret;