From 8d3cf7eb46da53b08cdf694ee291fefacb6c15e3 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 13 Sep 2021 20:26:40 +0000 Subject: Committing clang-format changes --- test/vfd_swmr_bigset_writer.c | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/test/vfd_swmr_bigset_writer.c b/test/vfd_swmr_bigset_writer.c index bcb3d24..011440c 100644 --- a/test/vfd_swmr_bigset_writer.c +++ b/test/vfd_swmr_bigset_writer.c @@ -829,12 +829,12 @@ state_destroy(state_t *s) fprintf(stderr, "H5Fclose failed\n"); TEST_ERROR; } - else - for (j = 0; j < NELMTS(s->file); j++) - if (H5Fvfd_swmr_end_tick(s->file[j]) < 0) { - fprintf(stderr, "H5Fclose failed\n"); - TEST_ERROR; - } + else + for (j = 0; j < NELMTS(s->file); j++) + if (H5Fvfd_swmr_end_tick(s->file[j]) < 0) { + fprintf(stderr, "H5Fclose failed\n"); + TEST_ERROR; + } } /* For checking the time spent in file close. It's for running the writer alone */ @@ -1644,7 +1644,7 @@ calc_total_steps(state_t s) /* Calculate the number of steps depending on if partial chunk is enabled. * e.g. the original number of steps is 10 and the size of the chunk along * the growing dimension is 6. The number of elements for this dimension is - * 60. When the size of the partial chunk along the growing dimension is 5 + * 60. When the size of the partial chunk along the growing dimension is 5 * (treated as the new chunk size), the number of steps becomes 12. */ if (s.test_3d) { -- cgit v0.12