summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgithub-actions <41898282+github-actions[bot]@users.noreply.github.com>2021-09-13 20:23:10 (GMT)
committergithub-actions <41898282+github-actions[bot]@users.noreply.github.com>2021-09-13 20:23:10 (GMT)
commit6c9dfa8c4b0c22da1a07726b1ee2d81898b6fd7d (patch)
tree4e486c4943b12c2f5b752d8bec00d2f3e50f3a3c
parent7eab511b7a1f4a24e3f70c6de0bb4bc8f4d4a6ac (diff)
downloadhdf5-6c9dfa8c4b0c22da1a07726b1ee2d81898b6fd7d.zip
hdf5-6c9dfa8c4b0c22da1a07726b1ee2d81898b6fd7d.tar.gz
hdf5-6c9dfa8c4b0c22da1a07726b1ee2d81898b6fd7d.tar.bz2
Committing clang-format changes
-rw-r--r--test/vfd_swmr_group_writer.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/vfd_swmr_group_writer.c b/test/vfd_swmr_group_writer.c
index 62e12f4..5881300 100644
--- a/test/vfd_swmr_group_writer.c
+++ b/test/vfd_swmr_group_writer.c
@@ -58,8 +58,8 @@ typedef struct {
.filetype = H5T_NATIVE_UINT32, .asteps = 10, .csteps = 10, .nsteps = 100, \
.update_interval = READER_WAIT_TICKS, .use_vfd_swmr = true, .old_style_grp = false, \
.use_named_pipes = true, .grp_op_pattern = ' ', .grp_op_test = false, .at_pattern = ' ', \
- .attr_test = false, .tick_len = 4, .max_lag = 7, .ps = 4096, .pbs = 4096, \
- .np_fd_w_to_r = -1, .np_fd_r_to_w = -1, .np_notify = 0, .np_verify = 0 \
+ .attr_test = false, .tick_len = 4, .max_lag = 7, .ps = 4096, .pbs = 4096, .np_fd_w_to_r = -1, \
+ .np_fd_r_to_w = -1, .np_notify = 0, .np_verify = 0 \
}
static void
@@ -305,7 +305,7 @@ state_init(state_t *s, int argc, char **argv)
TEST_ERROR;
}
- if(s->pbs < s->ps) {
+ if (s->pbs < s->ps) {
HDprintf("Page buffer size cannot be smaller than the page size.s\n");
TEST_ERROR;
}