summaryrefslogtreecommitdiffstats
path: root/src/H5Ipkg.h
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2022-07-29 13:36:40 (GMT)
committerGitHub <noreply@github.com>2022-07-29 13:36:40 (GMT)
commit40fc2cca16cd562954d3b724fa56badb3b9da72b (patch)
tree536b4bb51328af98ead7dfa1951f36b47f9b752a /src/H5Ipkg.h
parentc63dfb0fd3345ecb33014612f94d3959f147be03 (diff)
downloadhdf5-40fc2cca16cd562954d3b724fa56badb3b9da72b.zip
hdf5-40fc2cca16cd562954d3b724fa56badb3b9da72b.tar.gz
hdf5-40fc2cca16cd562954d3b724fa56badb3b9da72b.tar.bz2
1.10 clang 13 format #1933 (#1940)
* clang 13 format #1933 * Correct workflow
Diffstat (limited to 'src/H5Ipkg.h')
-rw-r--r--src/H5Ipkg.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/H5Ipkg.h b/src/H5Ipkg.h
index 1bcea26..95f52b8 100644
--- a/src/H5Ipkg.h
+++ b/src/H5Ipkg.h
@@ -85,8 +85,8 @@ typedef struct H5I_type_info_t {
unsigned init_count; /* # of times this type has been initialized */
uint64_t id_count; /* Current number of IDs held */
uint64_t nextid; /* ID to use for the next object */
- H5I_id_info_t * last_id_info; /* Info for most recent ID looked up */
- H5I_id_info_t * hash_table; /* Hash table pointer for this ID type */
+ H5I_id_info_t *last_id_info; /* Info for most recent ID looked up */
+ H5I_id_info_t *hash_table; /* Hash table pointer for this ID type */
} H5I_type_info_t;
/*****************************/
@@ -109,10 +109,10 @@ H5_DLLVAR int H5I_next_type_g;
/* Package Private Prototypes */
/******************************/
-H5_DLL int H5I__destroy_type(H5I_type_t type);
-H5_DLL void *H5I__remove_verify(hid_t id, H5I_type_t type);
-H5_DLL int H5I__inc_type_ref(H5I_type_t type);
-H5_DLL int H5I__get_type_ref(H5I_type_t type);
+H5_DLL int H5I__destroy_type(H5I_type_t type);
+H5_DLL void *H5I__remove_verify(hid_t id, H5I_type_t type);
+H5_DLL int H5I__inc_type_ref(H5I_type_t type);
+H5_DLL int H5I__get_type_ref(H5I_type_t type);
H5_DLL H5I_id_info_t *H5I__find_id(hid_t id);
/* Testing functions */