summaryrefslogtreecommitdiff
path: root/mpi/mpih-div.c
diff options
context:
space:
mode:
Diffstat (limited to 'mpi/mpih-div.c')
-rw-r--r--mpi/mpih-div.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mpi/mpih-div.c b/mpi/mpih-div.c
index 227f9953..e41e205e 100644
--- a/mpi/mpih-div.c
+++ b/mpi/mpih-div.c
@@ -32,10 +32,10 @@
#include "longlong.h"
#ifndef UMUL_TIME
- #define UMUL_TIME 1
+#define UMUL_TIME 1
#endif
#ifndef UDIV_TIME
- #define UDIV_TIME UMUL_TIME
+#define UDIV_TIME UMUL_TIME
#endif
/* FIXME: We should be using invert_limb (or invert_normalized_limb)