From acaabcba4320bf46eea0f0508c5f61ab6fe91469 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 5 Aug 2021 22:36:58 +0000 Subject: Committing clang-format changes --- src/H5Fvfd_swmr.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/H5Fvfd_swmr.c b/src/H5Fvfd_swmr.c index ebb57d6..c57bb5f 100644 --- a/src/H5Fvfd_swmr.c +++ b/src/H5Fvfd_swmr.c @@ -1774,11 +1774,11 @@ vfd_swmr_enlarge_shadow_index(H5F_t *f) ret_value = shared->mdf_idx = new_mdf_idx; shared->mdf_idx_len = new_mdf_idx_len; - if(shared->old_mdf_idx) - H5MM_xfree(f->shared->old_mdf_idx); + if (shared->old_mdf_idx) + H5MM_xfree(f->shared->old_mdf_idx); - shared->old_mdf_idx = old_mdf_idx; - f->shared->old_mdf_idx_len = old_mdf_idx_len; + shared->old_mdf_idx = old_mdf_idx; + f->shared->old_mdf_idx_len = old_mdf_idx_len; /* Postpone reclamation of the old index until max_lag ticks from now. * It's only necessary to wait until after the new index is in place, -- cgit v0.12