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 9c72f3a commit d18041a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/H5Dscatgath.c
Original file line number Diff line number Diff line change
Expand Up @@ -539,12 +539,10 @@ H5D__scatgath_read(const H5D_io_info_t *io_info, const H5D_dset_io_info_t *dset_
/* Go figure out how many elements to read from the file */
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));
smine_nelmts * MAX(dset_info->type_info.src_type_size, dset_info->type_info.dst_type_size));

/*
* Gather the data from disk into the datatype conversion
Expand Down

0 comments on commit d18041a

Please sign in to comment.