diff options
author | Richard Warren <Richard.Warren@hdfgroup.org> | 2019-10-05 14:32:32 (GMT) |
---|---|---|
committer | Richard Warren <Richard.Warren@hdfgroup.org> | 2019-10-05 14:32:32 (GMT) |
commit | abe2958035330882a2ac7ae024f0aeb774617205 (patch) | |
tree | cf3b788d8e19325a236256e455d51c3eb9164a5e /src/H5FDmpio.c | |
parent | 21a18a1cd2547b83c53395b4a6bb11499199f923 (diff) | |
download | hdf5-abe2958035330882a2ac7ae024f0aeb774617205.zip hdf5-abe2958035330882a2ac7ae024f0aeb774617205.tar.gz hdf5-abe2958035330882a2ac7ae024f0aeb774617205.tar.bz2 |
No functional changes, just removed some tab characters
Diffstat (limited to 'src/H5FDmpio.c')
-rw-r--r-- | src/H5FDmpio.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/H5FDmpio.c b/src/H5FDmpio.c index 458d190..1e373ca 100644 --- a/src/H5FDmpio.c +++ b/src/H5FDmpio.c @@ -1434,10 +1434,10 @@ H5FD__mpio_write(H5FD_t *_file, H5FD_mem_t type, hid_t H5_ATTR_UNUSED dxpl_id, else if(size != (hsize_t)size_i) { /* If HERE, then we need to work around the integer size limit * of 2GB. The input size_t size variable cannot fit into an integer, - * but we can get around that limitation by creating a different datatype - * and then setting the integer size (or element count) to 1 when using - * the derived_type. - */ + * but we can get around that limitation by creating a different datatype + * and then setting the integer size (or element count) to 1 when using + * the derived_type. + */ if (H5S_mpio_create_large_type(size, 0, MPI_BYTE, &buf_type) < 0) HGOTO_ERROR(H5E_INTERNAL, H5E_CANTGET, FAIL, "can't create MPI-I/O datatype") |