From 3848c783b659db101ccc83665cbd80de7b445652 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 8 Jun 2022 06:08:34 +0000 Subject: Committing clang-format changes --- test/vfd_swmr.c | 1 - test/vfd_swmr_bigset_writer.c | 7 +++---- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/test/vfd_swmr.c b/test/vfd_swmr.c index 279145c..1233314 100644 --- a/test/vfd_swmr.c +++ b/test/vfd_swmr.c @@ -5527,7 +5527,6 @@ test_vfds_same_file_opens(hid_t orig_fapl, const char *env_h5_drvr) if (H5Pclose(fapl) < 0) FAIL_STACK_ERROR; - /* Free buffers */ HDfree(config); diff --git a/test/vfd_swmr_bigset_writer.c b/test/vfd_swmr_bigset_writer.c index 4ee77d9..508fc3b 100644 --- a/test/vfd_swmr_bigset_writer.c +++ b/test/vfd_swmr_bigset_writer.c @@ -2011,8 +2011,8 @@ verify_extensible_dset(state_t *s, unsigned int which, mat_t *mat, unsigned fini base_t base, last; unsigned int nchunks, step, ofs; int i; - h5_retry_t retry; - hbool_t do_try; /* more tries remain */ + h5_retry_t retry; + hbool_t do_try; /* more tries remain */ if (which >= s->ndatasets) { HDfprintf(stderr, "the dataset order is bigger than the number of datasets"); @@ -2022,8 +2022,7 @@ verify_extensible_dset(state_t *s, unsigned int which, mat_t *mat, unsigned fini dset_id = s->dataset[which]; /* Probably can do the same things in other parts that use NUM_ATTEMPTS */ - for (do_try = H5_retry_init(&retry, NUM_ATTEMPTS, H5_RETRY_DEFAULT_MINIVAL, - H5_RETRY_DEFAULT_MAXIVAL); + for (do_try = H5_retry_init(&retry, NUM_ATTEMPTS, H5_RETRY_DEFAULT_MINIVAL, H5_RETRY_DEFAULT_MAXIVAL); do_try; do_try = H5_retry_next(&retry)) { if (H5Drefresh(dset_id) < 0) { -- cgit v0.12