summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorgithub-actions <41898282+github-actions[bot]@users.noreply.github.com>2021-08-12 16:43:22 (GMT)
committergithub-actions <41898282+github-actions[bot]@users.noreply.github.com>2021-08-12 16:43:22 (GMT)
commit139142cb79aa3e0ba0f2275654f8edd8376302fe (patch)
treefcfdefc636ac6e160fb91bf35d9691bbe71c1571 /src
parent4a35f8480b29a1b55ccec81f4a0df9e776b76070 (diff)
downloadhdf5-139142cb79aa3e0ba0f2275654f8edd8376302fe.zip
hdf5-139142cb79aa3e0ba0f2275654f8edd8376302fe.tar.gz
hdf5-139142cb79aa3e0ba0f2275654f8edd8376302fe.tar.bz2
Committing clang-format changes
Diffstat (limited to 'src')
-rw-r--r--src/H5Fvfd_swmr.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/H5Fvfd_swmr.c b/src/H5Fvfd_swmr.c
index 7294494..d7cb830 100644
--- a/src/H5Fvfd_swmr.c
+++ b/src/H5Fvfd_swmr.c
@@ -769,7 +769,7 @@ H5F_vfd_swmr_writer_end_of_tick(H5F_t *f, hbool_t wait_for_reader)
/* 1) If requested, flush all raw data to the HDF5 file.
*
*/
- if(shared->vfd_swmr_config.flush_raw_data) {
+ if (shared->vfd_swmr_config.flush_raw_data) {
/* Test to see if b-tree corruption seen in VFD SWMR tests
* is caused by client hiding data from the metadata cache. Do
@@ -778,7 +778,7 @@ H5F_vfd_swmr_writer_end_of_tick(H5F_t *f, hbool_t wait_for_reader)
* when the above flush_raw_data flag is set.
*/
- if (H5D_flush_all(f) < 0)
+ if (H5D_flush_all(f) < 0)
HGOTO_ERROR(H5E_CACHE, H5E_CANTFLUSH, FAIL, "unable to flush dataset cache")