summaryrefslogtreecommitdiffstats
path: root/src/H5Eprivate.h
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2002-04-10 22:54:11 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2002-04-10 22:54:11 (GMT)
commitda472d0c9bc5d19088bdea3a3d2143147ace371a (patch)
tree9f714a9e6cba7b4a504a02174b1bf283cb9a6a98 /src/H5Eprivate.h
parentb2d963d9e1903e2a29babeeb9955732f097e3a60 (diff)
downloadhdf5-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.h4
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); \