diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2002-04-10 22:54:11 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2002-04-10 22:54:11 (GMT) |
commit | da472d0c9bc5d19088bdea3a3d2143147ace371a (patch) | |
tree | 9f714a9e6cba7b4a504a02174b1bf283cb9a6a98 /src/H5Eprivate.h | |
parent | b2d963d9e1903e2a29babeeb9955732f097e3a60 (diff) | |
download | hdf5-da472d0c9bc5d19088bdea3a3d2143147ace371a.zip hdf5-da472d0c9bc5d19088bdea3a3d2143147ace371a.tar.gz hdf5-da472d0c9bc5d19088bdea3a3d2143147ace371a.tar.bz2 |
[svn-r5164] Just couple white space editing in HMPI_ERROR macros.
Nothing of consequence.
Diffstat (limited to 'src/H5Eprivate.h')
-rw-r--r-- | src/H5Eprivate.h | 4 |
1 files 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); \ |