summaryrefslogtreecommitdiffstats
path: root/src/H5Ldevelop.h
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2022-07-26 21:45:46 (GMT)
committerGitHub <noreply@github.com>2022-07-26 21:45:46 (GMT)
commitae414872f50187e64cbd6cc8f076c22cf5df2d53 (patch)
treeb616f33f5daa89f213e7c64e04c63afde906e939 /src/H5Ldevelop.h
parent213eac2588369f75a11df6bb1788dde33c4b82e2 (diff)
downloadhdf5-ae414872f50187e64cbd6cc8f076c22cf5df2d53.zip
hdf5-ae414872f50187e64cbd6cc8f076c22cf5df2d53.tar.gz
hdf5-ae414872f50187e64cbd6cc8f076c22cf5df2d53.tar.bz2
Develop clang 13 format (#1933)
* Update format source to clang 13 * More format changes
Diffstat (limited to 'src/H5Ldevelop.h')
-rw-r--r--src/H5Ldevelop.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/H5Ldevelop.h b/src/H5Ldevelop.h
index 96b2ec3..04eb0ff 100644
--- a/src/H5Ldevelop.h
+++ b/src/H5Ldevelop.h
@@ -83,7 +83,7 @@ typedef ssize_t (*H5L_query_func_t)(const char *link_name, const void *lnkdata,
typedef struct {
int version; /**< Version number of this struct */
H5L_type_t id; /**< Link type ID */
- const char * comment; /**< Comment for debugging */
+ const char *comment; /**< Comment for debugging */
H5L_create_func_t create_func; /**< Callback during link creation */
H5L_move_func_t move_func; /**< Callback after moving link */
H5L_copy_func_t copy_func; /**< Callback after copying link */
@@ -300,7 +300,7 @@ typedef hid_t (*H5L_traverse_0_func_t)(const char *link_name, hid_t cur_group, c
typedef struct {
int version; /**< Version number of this struct */
H5L_type_t id; /**< Link type ID */
- const char * comment; /**< Comment for debugging */
+ const char *comment; /**< Comment for debugging */
H5L_create_func_t create_func; /**< Callback during link creation */
H5L_move_func_t move_func; /**< Callback after moving link */
H5L_copy_func_t copy_func; /**< Callback after copying link */