summaryrefslogtreecommitdiffstats
path: root/src/H5SMpkg.h
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2022-07-27 17:28:11 (GMT)
committerGitHub <noreply@github.com>2022-07-27 17:28:11 (GMT)
commita0a1959c58973095194f2d9ac5f9b13bb7b14fb4 (patch)
tree3f36cbd14d9ede9f00c4c26affb9ecab5d1a860f /src/H5SMpkg.h
parentf0690f13fb914ff39a32d88801eabcef759a0163 (diff)
downloadhdf5-a0a1959c58973095194f2d9ac5f9b13bb7b14fb4.zip
hdf5-a0a1959c58973095194f2d9ac5f9b13bb7b14fb4.tar.gz
hdf5-a0a1959c58973095194f2d9ac5f9b13bb7b14fb4.tar.bz2
clang 13 format #1933 (#1939)
Diffstat (limited to 'src/H5SMpkg.h')
-rw-r--r--src/H5SMpkg.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/H5SMpkg.h b/src/H5SMpkg.h
index ae9a5f6..3ec8109 100644
--- a/src/H5SMpkg.h
+++ b/src/H5SMpkg.h
@@ -180,7 +180,7 @@ typedef struct {
H5AC_info_t cache_info;
H5SM_index_header_t *header; /* Pointer to the corresponding index header */
- H5SM_sohm_t * messages; /* Actual list, stored as an array */
+ H5SM_sohm_t *messages; /* Actual list, stored as an array */
} H5SM_list_t;
/* Typedef for shared object header message master table */
@@ -195,9 +195,9 @@ struct H5SM_master_table_t {
/* Typedef for searching an index (list or B-tree) */
typedef struct {
- H5F_t * file; /* File in which sharing is happening */
- H5HF_t * fheap; /* The heap for this message type, open. */
- void * encoding; /* The message encoded, or NULL */
+ H5F_t *file; /* File in which sharing is happening */
+ H5HF_t *fheap; /* The heap for this message type, open. */
+ void *encoding; /* The message encoded, or NULL */
size_t encoding_size; /* Size of the encoding, or 0 */
H5SM_sohm_t message; /* The message to find/insert.
* If the message doesn't yet have a
@@ -234,7 +234,7 @@ typedef struct H5SM_table_cache_ud_t {
/* Callback info for loading a shared message list index into the cache */
typedef struct H5SM_list_cache_ud_t {
- H5F_t * f; /* File that shared message index stored as a table is in */
+ H5F_t *f; /* File that shared message index stored as a table is in */
H5SM_index_header_t *header; /* Index header for this list */
} H5SM_list_cache_ud_t;