From 50b74832cefced6ebd675f9bac13aa4ee4497e46 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 14 Sep 2023 17:33:59 +0000 Subject: [PATCH] Committing clang-format changes --- test/cmpd_dset.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/cmpd_dset.c b/test/cmpd_dset.c index d7329d127b5..d19b7e3d652 100644 --- a/test/cmpd_dset.c +++ b/test/cmpd_dset.c @@ -253,7 +253,8 @@ compare_stype4_data(void *expect_buf, void *rbuf) } if (err) { - if (err) H5_FAILED(); + if (err) + H5_FAILED(); printf(" i=%d\n", i); printf(" exp_buf={a=%d, b=%d, c=[%d,%d,%d,%d,%d,%d,%d,%d], d=%d, e=%d, f=%f, g=%f, " "h=[%f,%f,%f,%f,%f,%f,%f,%f,%f,%f,%f,%f,%f,%f,%f,%f], i=%f, j=%f, k=%f, l=%f, m=%f, n=%f, "