summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgithub-actions <41898282+github-actions[bot]@users.noreply.github.com>2021-09-13 20:26:40 (GMT)
committergithub-actions <41898282+github-actions[bot]@users.noreply.github.com>2021-09-13 20:26:40 (GMT)
commit8d3cf7eb46da53b08cdf694ee291fefacb6c15e3 (patch)
treec3804a372484653cfc5ff2442ae0f2662b7907c8
parent54f414bd564bb7d9cab85b98f144b187ad77feaa (diff)
downloadhdf5-8d3cf7eb46da53b08cdf694ee291fefacb6c15e3.zip
hdf5-8d3cf7eb46da53b08cdf694ee291fefacb6c15e3.tar.gz
hdf5-8d3cf7eb46da53b08cdf694ee291fefacb6c15e3.tar.bz2
Committing clang-format changes
-rw-r--r--test/vfd_swmr_bigset_writer.c14
1 files 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) {