From 4b4c7c4b73038545e29de1608a82cee551b97d82 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 7 Dec 2021 18:29:24 +0000 Subject: Committing clang-format changes --- test/vfd_swmr_indep_rw_writer.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/vfd_swmr_indep_rw_writer.c b/test/vfd_swmr_indep_rw_writer.c index 73fa805..678ccb2 100644 --- a/test/vfd_swmr_indep_rw_writer.c +++ b/test/vfd_swmr_indep_rw_writer.c @@ -517,9 +517,9 @@ vrfy_dset(const state_t *s, mat_t *mat) unsigned int which = 0; herr_t status; - /* The approach is adapted from the big set test. A failure to read the data may indicate the data isn't ready yet. - * For this case, we will not display the error stack, instead sleeping for one tenth of a second, - * call H5Drefresh and try to call H5Dread again. After NUM_ATTEMPTS times, issue an error. + /* The approach is adapted from the big set test. A failure to read the data may indicate the data isn't + * ready yet. For this case, we will not display the error stack, instead sleeping for one tenth of a + * second, call H5Drefresh and try to call H5Dread again. After NUM_ATTEMPTS times, issue an error. */ for (i = 0; i < NUM_ATTEMPTS; i++) { -- cgit v0.12