From 5a93c181de4187fa934b02ad913ea0a953cba65c Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 21 Feb 2022 15:22:09 +0000 Subject: Committing clang-format changes --- src/H5FDmpio.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/H5FDmpio.c b/src/H5FDmpio.c index 5b9af7e..211da9c 100644 --- a/src/H5FDmpio.c +++ b/src/H5FDmpio.c @@ -1967,7 +1967,7 @@ H5FD__mpio_read_vector(H5FD_t *_file, hid_t H5_ATTR_UNUSED dxpl_id, uint32_t cou HDfree(mpi_bufs); mpi_bufs = NULL; - if(sub_types) { + if (sub_types) { HDassert(sub_types); for (i = 0; i < (int)count; i++) @@ -2621,7 +2621,7 @@ H5FD__mpio_write_vector(H5FD_t *_file, hid_t H5_ATTR_UNUSED dxpl_id, uint32_t co HDfree(mpi_bufs); mpi_bufs = NULL; - if(sub_types) { + if (sub_types) { HDassert(sub_types); for (i = 0; i < (int)count; i++) -- cgit v0.12