summaryrefslogtreecommitdiffstats
path: root/test/vfd_swmr_group_writer.c
diff options
context:
space:
mode:
authorgithub-actions <41898282+github-actions[bot]@users.noreply.github.com>2021-05-21 20:00:12 (GMT)
committergithub-actions <41898282+github-actions[bot]@users.noreply.github.com>2021-05-21 20:00:12 (GMT)
commitc82c7abb2996bc70a89b30d3584e66922d2edc54 (patch)
treedf362e51e99454e41b51066033bab7b1fd919e7e /test/vfd_swmr_group_writer.c
parent4658fef3a0ec416b40482dba3bf63e6c9d22aa47 (diff)
downloadhdf5-c82c7abb2996bc70a89b30d3584e66922d2edc54.zip
hdf5-c82c7abb2996bc70a89b30d3584e66922d2edc54.tar.gz
hdf5-c82c7abb2996bc70a89b30d3584e66922d2edc54.tar.bz2
Committing clang-format changes
Diffstat (limited to 'test/vfd_swmr_group_writer.c')
-rw-r--r--test/vfd_swmr_group_writer.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/vfd_swmr_group_writer.c b/test/vfd_swmr_group_writer.c
index 56efae8..6d93125 100644
--- a/test/vfd_swmr_group_writer.c
+++ b/test/vfd_swmr_group_writer.c
@@ -588,7 +588,7 @@ add_attr(state_t *s, hid_t oid, unsigned int which, unsigned num_attrs, const ch
if (np_wr_send_receive(s) == false) {
H5_FAILED();
AT();
- dbgf(2,"writer: write attr - verification failed.\n");
+ dbgf(2, "writer: write attr - verification failed.\n");
/* Note: This is (mostly) because the verification failure message
* from the reader. So don't send the error message back to
* the reader. Just stop the test. */
@@ -2020,7 +2020,7 @@ vrfy_attr(state_t *s, hid_t g, unsigned int which, const char *aname, unsigned i
/* If the read value is expected, send back an OK message to the writer. */
if (s->use_named_pipes && s->attr_test == true) {
- if (np_rd_send(s) == false){
+ if (np_rd_send(s) == false) {
printf("named pipe reader send message error\n");
TEST_ERROR;
}