summaryrefslogtreecommitdiffstats
path: root/test/vfd_swmr_dsetchks_writer.c
diff options
context:
space:
mode:
authorgithub-actions <41898282+github-actions[bot]@users.noreply.github.com>2021-07-13 22:39:33 (GMT)
committergithub-actions <41898282+github-actions[bot]@users.noreply.github.com>2021-07-13 22:39:33 (GMT)
commitb6aa2680ed426cdc2baf9ec51c6d35fe19bc1f76 (patch)
tree1b0895b1a819b5166adec80c2cfb4b57933b6107 /test/vfd_swmr_dsetchks_writer.c
parent3d5c597c49a69af72bb8c58e0f4cc0636a8e1ece (diff)
downloadhdf5-b6aa2680ed426cdc2baf9ec51c6d35fe19bc1f76.zip
hdf5-b6aa2680ed426cdc2baf9ec51c6d35fe19bc1f76.tar.gz
hdf5-b6aa2680ed426cdc2baf9ec51c6d35fe19bc1f76.tar.bz2
Committing clang-format changes
Diffstat (limited to 'test/vfd_swmr_dsetchks_writer.c')
-rw-r--r--test/vfd_swmr_dsetchks_writer.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/vfd_swmr_dsetchks_writer.c b/test/vfd_swmr_dsetchks_writer.c
index 7daf567..1d9bc4c 100644
--- a/test/vfd_swmr_dsetchks_writer.c
+++ b/test/vfd_swmr_dsetchks_writer.c
@@ -1616,10 +1616,10 @@ error:
static bool
verify_dsets_chunks(unsigned action, const state_t *s, const dsets_state_t *ds, unsigned which)
{
- hsize_t start[2] = {0, 0};
- hsize_t stride[2] = {0, 0};
- hsize_t count[2] = {0, 0};
- hsize_t block[2] = {0, 0};
+ hsize_t start[2] = {0, 0};
+ hsize_t stride[2] = {0, 0};
+ hsize_t count[2] = {0, 0};
+ hsize_t block[2] = {0, 0};
HDassert(s->implicit_index || s->fa_index || s->ea_index || s->bt2_index);