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 18, 2023
1 parent b2c3b08 commit 98fac7f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/H5Dscatgath.c
Original file line number Diff line number Diff line change
Expand Up @@ -542,7 +542,9 @@ H5D__scatgath_read(const H5D_io_info_t *io_info, const H5D_dset_io_info_t *dset_
}

if (H5D__SCATGATH_USE_CMPD_OPT_READ(dset_info, in_place_tconv)) {
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 Expand Up @@ -1464,7 +1466,7 @@ H5D__compound_opt_read(size_t nelmts, H5S_sel_iter_t *iter, const H5D_type_info_
xdbuf += src_stride;
xubuf += dst_stride;
} /* end for */
} /* end for */
} /* end for */

/* Decrement number of elements left to process */
nelmts -= elmtno;
Expand Down

0 comments on commit 98fac7f

Please sign in to comment.