Skip to content

Commit

Permalink
Committing clang-format changes
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 21, 2021
1 parent 4658fef commit c82c7ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/vfd_swmr_group_writer.c
Original file line number Diff line number Diff line change
Expand Up @@ -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. */
Expand Down Expand Up @@ -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;
}
Expand Down

0 comments on commit c82c7ab

Please sign in to comment.