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 Jan 23, 2025
1 parent 7164ff6 commit 5128774
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/H5SCprivate.h
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,8 @@ typedef herr_t (*H5SC_chunk_evict_values_t)(H5D_t *dset, size_t *nbytes /*in,out
* not have filters applied). If *partial_bound_chunks_different_encoding is set to true, then chunks whose
* partial bound state changes will be re-encoded and re-inserted as necessary after the dataset extent
* changes to ensure they are encoded appropriately. */
typedef herr_t (*H5SC_layout_query)(H5D_t *dset, hsize_t *chunk_dims, bool *partial_bound_chunks_different_encoding);
typedef herr_t (*H5SC_layout_query)(H5D_t *dset, hsize_t *chunk_dims,
bool *partial_bound_chunks_different_encoding);

/* Removes the chunk from the index and deletes it on disk. Only called if a chunk goes out of scope due to
* H5Dset_extent() or if H5SC_chunk_erase_values_t returns *delete_chunk == true. */
Expand Down

0 comments on commit 5128774

Please sign in to comment.