summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorgithub-actions <41898282+github-actions[bot]@users.noreply.github.com>2021-12-07 18:29:24 (GMT)
committergithub-actions <41898282+github-actions[bot]@users.noreply.github.com>2021-12-07 18:29:24 (GMT)
commit4b4c7c4b73038545e29de1608a82cee551b97d82 (patch)
treec83c42fa2f995c86d472a3333e9e65541166197a /test
parentb78f393d80d3bf6904920787a5e289bbffa05167 (diff)
downloadhdf5-4b4c7c4b73038545e29de1608a82cee551b97d82.zip
hdf5-4b4c7c4b73038545e29de1608a82cee551b97d82.tar.gz
hdf5-4b4c7c4b73038545e29de1608a82cee551b97d82.tar.bz2
Committing clang-format changes
Diffstat (limited to 'test')
-rw-r--r--test/vfd_swmr_indep_rw_writer.c6
1 files 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++) {