diff options
author | Allen Byrne <50328838+byrnHDF@users.noreply.github.com> | 2021-08-18 15:58:02 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-18 15:58:02 (GMT) |
commit | 04c504664b2cbb63b6a5cdf8c58a93dc65699f6d (patch) | |
tree | 27498bd2284e1ce819ec33019415c913af5eb26e /src/H5public.h | |
parent | 451b472cdd63c8fef15c0866e0d3784e33a8b1c6 (diff) | |
download | hdf5-04c504664b2cbb63b6a5cdf8c58a93dc65699f6d.zip hdf5-04c504664b2cbb63b6a5cdf8c58a93dc65699f6d.tar.gz hdf5-04c504664b2cbb63b6a5cdf8c58a93dc65699f6d.tar.bz2 |
Fix formatting (#923)
Diffstat (limited to 'src/H5public.h')
-rw-r--r-- | src/H5public.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5public.h b/src/H5public.h index dbccbf8..e7ed518 100644 --- a/src/H5public.h +++ b/src/H5public.h @@ -60,7 +60,7 @@ #define MPICH_SKIP_MPICXX 1 #endif #ifndef OMPI_SKIP_MPICXX -#define OMPI_SKIP_MPICXX 1 +#define OMPI_SKIP_MPICXX 1 #endif #include <mpi.h> #ifndef MPI_FILE_NULL /* MPIO may be defined in mpi.h already */ |