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 Mar 29, 2024
1 parent 56ccef7 commit fd257de
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/dtypes.c
Original file line number Diff line number Diff line change
Expand Up @@ -6593,7 +6593,8 @@ test_array_cmpd_vl(void)
/* Check for correctness of read data */
for (int i = 0; i < 2; i++)
for (int j = 0; j < 3; j++)
if (rdata[i][j].vl.len != 2 || ((int *)rdata[i][j].vl.p)[0] != int_wdata[i][j][0] || ((int *)rdata[i][j].vl.p)[1] != int_wdata[i][j][1]) {
if (rdata[i][j].vl.len != 2 || ((int *)rdata[i][j].vl.p)[0] != int_wdata[i][j][0] ||
((int *)rdata[i][j].vl.p)[1] != int_wdata[i][j][1]) {
H5_FAILED();
AT();
printf("incorrect read data at [%d][%d]\n", i, j);
Expand Down

0 comments on commit fd257de

Please sign in to comment.