summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorgithub-actions <41898282+github-actions[bot]@users.noreply.github.com>2021-08-05 22:36:58 (GMT)
committergithub-actions <41898282+github-actions[bot]@users.noreply.github.com>2021-08-05 22:36:58 (GMT)
commitacaabcba4320bf46eea0f0508c5f61ab6fe91469 (patch)
treea58f6f0cb1b88c87c14e050dff49a8d22bce40ac /src
parent94ca861b4ee46ef81edbd31df325a33d5681b7dd (diff)
downloadhdf5-acaabcba4320bf46eea0f0508c5f61ab6fe91469.zip
hdf5-acaabcba4320bf46eea0f0508c5f61ab6fe91469.tar.gz
hdf5-acaabcba4320bf46eea0f0508c5f61ab6fe91469.tar.bz2
Committing clang-format changes
Diffstat (limited to 'src')
-rw-r--r--src/H5Fvfd_swmr.c8
1 files 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,