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 19, 2023
1 parent 3cb4f97 commit 8c29ca9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/H5Dscatgath.c
Original file line number Diff line number Diff line change
Expand Up @@ -540,8 +540,9 @@ H5D__scatgath_read(const H5D_io_info_t *io_info, const H5D_dset_io_info_t *dset_
smine_nelmts =
(size_t)MIN(dset_info->type_info.request_nelmts, (dset_info->nelmts - smine_start));

memset(tmp_buf, 0,
smine_nelmts * MAX(dset_info->type_info.src_type_size, dset_info->type_info.dst_type_size));
memset(tmp_buf, 0,
smine_nelmts *
MAX(dset_info->type_info.src_type_size, dset_info->type_info.dst_type_size));
}

/*
Expand Down

0 comments on commit 8c29ca9

Please sign in to comment.