From bddc5f5c9981a3dd1bb04fb35a50bcccb4a08d39 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Wed, 14 Jun 2017 06:58:29 -0700 Subject: 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. --- mpi/mpi-types.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'mpi/mpi-types.h') 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) -- cgit v1.2.3