From da472d0c9bc5d19088bdea3a3d2143147ace371a Mon Sep 17 00:00:00 2001 From: Albert Cheng Date: Wed, 10 Apr 2002 17:54:11 -0500 Subject: [svn-r5164] Just couple white space editing in HMPI_ERROR macros. Nothing of consequence. --- src/H5Eprivate.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/H5Eprivate.h b/src/H5Eprivate.h index e6f88f5..c0f6fd2 100644 --- a/src/H5Eprivate.h +++ b/src/H5Eprivate.h @@ -127,9 +127,9 @@ extern int H5E_mpi_error_str_len; MPI_Error_string(mpierr, H5E_mpi_error_str, &H5E_mpi_error_str_len); \ HERROR(H5E_INTERNAL, H5E_MPIERRSTR, H5E_mpi_error_str); \ } -#define HMPI_GOTO_ERROR(retcode, str, mpierr){ \ +#define HMPI_GOTO_ERROR(retcode, str, mpierr){ \ HMPI_ERROR(mpierr); \ - HGOTO_ERROR(H5E_INTERNAL, H5E_MPI, retcode, str); \ + HGOTO_ERROR(H5E_INTERNAL, H5E_MPI, retcode, str); \ } #define HMPI_RETURN_ERROR(retcode, str, mpierr){ \ HMPI_ERROR(mpierr); \ -- cgit v0.12