From 6eaa6012ff6edfa6db2cd0975649067b48eb3b00 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 17 Aug 2021 17:05:16 +0000 Subject: Committing clang-format changes --- test/vfd_swmr_attrdset_writer.c | 12 ++++++------ test/vfd_swmr_vlstr_reader.c | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/test/vfd_swmr_attrdset_writer.c b/test/vfd_swmr_attrdset_writer.c index 8eeadaf..f445321 100644 --- a/test/vfd_swmr_attrdset_writer.c +++ b/test/vfd_swmr_attrdset_writer.c @@ -1507,10 +1507,10 @@ verify_add_or_modify_attr(unsigned action, hid_t did, char *attr_name, unsigned unsigned int tmp_val; char tmp_vl_val[sizeof("attr-9999999999")]; char * read_vl_which; - bool is_vl = false; - hid_t aid = H5I_INVALID_HID; - hid_t atid = H5I_INVALID_HID; - bool ret = FALSE; + bool is_vl = false; + hid_t aid = H5I_INVALID_HID; + hid_t atid = H5I_INVALID_HID; + bool ret = FALSE; HDassert(did != badhid); HDassert(action == ADD_ATTR || action == MODIFY_ATTR); @@ -1954,8 +1954,8 @@ error: int main(int argc, char **argv) { - hid_t fapl = H5I_INVALID_HID; - hid_t fcpl = H5I_INVALID_HID; + hid_t fapl = H5I_INVALID_HID; + hid_t fcpl = H5I_INVALID_HID; bool writer = FALSE; state_t s; const char * personality; diff --git a/test/vfd_swmr_vlstr_reader.c b/test/vfd_swmr_vlstr_reader.c index d0ac0a9..fa9d7b4 100644 --- a/test/vfd_swmr_vlstr_reader.c +++ b/test/vfd_swmr_vlstr_reader.c @@ -179,7 +179,7 @@ main(int argc, char **argv) scanned_content.tail); H5Dclose(dset[which]); - if(content[which] != NULL) { + if (content[which] != NULL) { HDfree(content[which]); content[which] = NULL; } -- cgit v0.12