summaryrefslogtreecommitdiffstats
path: root/mpi/mpi-types.h
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2017-06-14 06:58:29 -0700
committerKaz Kylheku <kaz@kylheku.com>2017-06-14 06:58:29 -0700
commitbddc5f5c9981a3dd1bb04fb35a50bcccb4a08d39 (patch)
treed77bd01783893d1458cb2e75e0620314ea4488fd /mpi/mpi-types.h
parentd402dab3a24359392a9f3560a5611243034ffdd1 (diff)
downloadtxr-bddc5f5c9981a3dd1bb04fb35a50bcccb4a08d39.tar.gz
txr-bddc5f5c9981a3dd1bb04fb35a50bcccb4a08d39.tar.bz2
txr-bddc5f5c9981a3dd1bb04fb35a50bcccb4a08d39.zip
Big MPI whitepace and comment cleanup.
* mpi/logtab.h, mpi/mpi-config.h mpi/mpi-types.h mpi/mpi.c, mpi/mpi.h mpi/mplogic.c mpi/mplogic.h: Reformatted comments. Removed useless comments. Removed superfluous blank lines and whitespace. Added space between C keywords if, for, while, sizeof and opening parens. Removed #if 0 blocks. Tabs to spaces.
Diffstat (limited to 'mpi/mpi-types.h')
-rw-r--r--mpi/mpi-types.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/mpi/mpi-types.h b/mpi/mpi-types.h
index eb59084f..36265247 100644
--- a/mpi/mpi-types.h
+++ b/mpi/mpi-types.h
@@ -48,9 +48,9 @@ typedef int mp_err;
#error Failure to configure MPI types on this target platform
#endif
-#define MP_DIGIT_BIT convert(int, CHAR_BIT*sizeof(mp_digit))
-#define MP_DIGIT_MAX convert(mp_digit, -1)
-#define MP_WORD_BIT convert(int, CHAR_BIT*sizeof(mp_word))
-#define MP_WORD_MAX convert(mp_word, -1)
+#define MP_DIGIT_BIT convert(int, CHAR_BIT*sizeof(mp_digit))
+#define MP_DIGIT_MAX convert(mp_digit, -1)
+#define MP_WORD_BIT convert(int, CHAR_BIT*sizeof(mp_word))
+#define MP_WORD_MAX convert(mp_word, -1)
-#define RADIX (convert(mp_word, MP_DIGIT_MAX) + 1)
+#define RADIX (convert(mp_word, MP_DIGIT_MAX) + 1)