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 Nov 15, 2023
1 parent 30d6091 commit 7b01cd6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/H5T.c
Original file line number Diff line number Diff line change
Expand Up @@ -5175,8 +5175,8 @@ H5T_path_noop(const H5T_path_t *p)
* Function: H5T_path_compound_subset
*
* Purpose: Checks if the library's compound conversion function
* is in use. Tells whether whether the source members are
* a subset of destination, and the order is the same, and
* is in use. Tells whether whether the source members are
* a subset of destination, and the order is the same, and
* no conversion is needed. For example:
* struct source { struct destination {
* TYPE1 A; --> TYPE1 A;
Expand All @@ -5187,7 +5187,7 @@ H5T_path_noop(const H5T_path_t *p)
* };
*
* Return: A pointer to the subset info struct in p, or NULL if the
* library's compound conversion function is not in use.
* library's compound conversion function is not in use.
* Points directly into the H5T_path_t structure.
*
*-------------------------------------------------------------------------
Expand Down

0 comments on commit 7b01cd6

Please sign in to comment.