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 Dec 6, 2022
1 parent 22d073b commit 6722031
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/test_write_multi.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -104,10 +104,10 @@ int main(int argc, char **argv) {
printf("Your version does not support H5Dwrite_multi. I will do H5Dwrite "
"instead\n");
hid_t status = H5Dwrite(dset[0], mem_type_id[0], mem_space_id[0],
file_space_id[0], dxf_id, buf[0]);
file_space_id[0], dxf_id, buf[0]);
status = H5Dwrite(dset[1], mem_type_id[1], mem_space_id[1],
file_space_id[1], dxf_id, buf[1]);
#endif
file_space_id[1], dxf_id, buf[1]);
#endif
H5Fcache_async_op_start(file_id);
if (rank == 0)
printf("Closing dataset %s \n", "dset_test");
Expand Down

0 comments on commit 6722031

Please sign in to comment.