summaryrefslogtreecommitdiffstats
path: root/src/H5Oflush.c
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/H5Oflush.c
parentf0690f13fb914ff39a32d88801eabcef759a0163 (diff)
downloadhdf5-a0a1959c58973095194f2d9ac5f9b13bb7b14fb4.zip
hdf5-a0a1959c58973095194f2d9ac5f9b13bb7b14fb4.tar.gz
hdf5-a0a1959c58973095194f2d9ac5f9b13bb7b14fb4.tar.bz2
clang 13 format #1933 (#1939)
Diffstat (limited to 'src/H5Oflush.c')
-rw-r--r--src/H5Oflush.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/H5Oflush.c b/src/H5Oflush.c
index 5f0ba88..a622bd1 100644
--- a/src/H5Oflush.c
+++ b/src/H5Oflush.c
@@ -68,7 +68,7 @@ static herr_t H5O__refresh_metadata_close(hid_t oid, H5O_loc_t oloc, H5G_loc_t *
herr_t
H5Oflush(hid_t obj_id)
{
- H5VL_object_t * vol_obj = NULL; /* Object of obj_id */
+ H5VL_object_t *vol_obj = NULL; /* Object of obj_id */
H5VL_loc_params_t loc_params;
herr_t ret_value = SUCCEED; /* Return value */
@@ -112,7 +112,7 @@ done:
herr_t
H5O_flush(H5O_loc_t *oloc, hid_t obj_id)
{
- void * obj_ptr; /* Pointer to object */
+ void *obj_ptr; /* Pointer to object */
const H5O_obj_class_t *obj_class; /* Class of object */
herr_t ret_value = SUCCEED; /* Return value */
@@ -229,7 +229,7 @@ done:
herr_t
H5Orefresh(hid_t oid)
{
- H5VL_object_t * vol_obj = NULL; /* Object of oid */
+ H5VL_object_t *vol_obj = NULL; /* Object of oid */
H5VL_loc_params_t loc_params;
herr_t ret_value = SUCCEED; /* Return value */
@@ -282,7 +282,7 @@ H5O_refresh_metadata(hid_t oid, H5O_loc_t oloc)
{
H5VL_object_t *vol_obj = NULL; /* VOL object associated with the ID */
hbool_t objs_incr = FALSE; /* Whether the object count in the file was incremented */
- H5F_t * file = NULL;
+ H5F_t *file = NULL;
herr_t ret_value = SUCCEED; /* Return value */
FUNC_ENTER_NOAPI(FAIL)
@@ -293,7 +293,7 @@ H5O_refresh_metadata(hid_t oid, H5O_loc_t oloc)
H5O_loc_t obj_oloc;
H5G_name_t obj_path;
H5O_shared_t cached_H5O_shared;
- H5VL_t * connector = NULL;
+ H5VL_t *connector = NULL;
/* Hold a copy of the object's file pointer, since closing the object will
* invalidate the file pointer in the oloc.
@@ -441,7 +441,7 @@ done:
herr_t
H5O_refresh_metadata_reopen(hid_t oid, H5G_loc_t *obj_loc, H5VL_t *vol_connector, hbool_t start_swmr)
{
- void * object = NULL; /* Object for this operation */
+ void *object = NULL; /* Object for this operation */
H5I_type_t type; /* Type of object for the ID */
herr_t ret_value = SUCCEED; /* Return value */