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 Jul 29, 2024
1 parent 5f923c0 commit 9f0ec74
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/H5Smodule.h
Original file line number Diff line number Diff line change
Expand Up @@ -1038,7 +1038,8 @@
*
* The example below shows code to create the array of region references. The references are created in an
* array of type #H5R_ref_t. Each region is defined as a selection on the dataspace of the dataset,
* and a reference is created using \ref H5Rcreate_region(). The call to \ref H5Rcreate_region() specifies the file,
* and a reference is created using \ref H5Rcreate_region(). The call to \ref H5Rcreate_region() specifies the
file,
* dataset, and the dataspace with selection.
*
* <em>Create an array of region references</em>
Expand Down

0 comments on commit 9f0ec74

Please sign in to comment.