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 Sep 14, 2023
1 parent b50d9b5 commit 50b7483
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/cmpd_dset.c
Original file line number Diff line number Diff line change
Expand Up @@ -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, "
Expand Down

0 comments on commit 50b7483

Please sign in to comment.