summaryrefslogtreecommitdiffstats
path: root/src/H5Lprivate.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/H5Lprivate.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/H5Lprivate.h')
-rw-r--r--src/H5Lprivate.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/H5Lprivate.h b/src/H5Lprivate.h
index 98e3051..8256a19 100644
--- a/src/H5Lprivate.h
+++ b/src/H5Lprivate.h
@@ -55,7 +55,7 @@
/* Structure for external link traversal callback property */
typedef struct H5L_elink_cb_t {
H5L_elink_traverse_t func;
- void * user_data;
+ void *user_data;
} H5L_elink_cb_t;
/*****************************/
@@ -78,9 +78,9 @@ H5_DLL herr_t H5L_iterate(H5G_loc_t *loc, const char *group_name, H5_index_t idx
hsize_t *idx_p, H5L_iterate2_t op, void *op_data);
/* User-defined link functions */
-H5_DLL herr_t H5L_register(const H5L_class_t *cls);
-H5_DLL herr_t H5L_unregister(H5L_type_t id);
-H5_DLL herr_t H5L_is_registered(H5L_type_t id, hbool_t *is_registered);
+H5_DLL herr_t H5L_register(const H5L_class_t *cls);
+H5_DLL herr_t H5L_unregister(H5L_type_t id);
+H5_DLL herr_t H5L_is_registered(H5L_type_t id, hbool_t *is_registered);
H5_DLL const H5L_class_t *H5L_find_class(H5L_type_t id);
#endif /* H5Lprivate_H */