Skip to content

Commit

Permalink
Committing clang-format changes
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 3, 2023
1 parent a28947b commit 9d805fd
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/H5Z.c
Original file line number Diff line number Diff line change
Expand Up @@ -582,9 +582,9 @@ H5Z__flush_file_cb(void H5_ATTR_UNUSED *obj_ptr, hid_t H5_ATTR_UNUSED obj_id, vo

#ifdef H5_HAVE_PARALLEL
H5Z_object_t *object = (H5Z_object_t *)key;
#endif /* H5_HAVE_PARALLEL */
int ret_value = false; /* Return value */
unsigned int intent = 0;
#endif /* H5_HAVE_PARALLEL */
int ret_value = false; /* Return value */
unsigned int intent = 0;

FUNC_ENTER_PACKAGE

Expand All @@ -599,7 +599,7 @@ H5Z__flush_file_cb(void H5_ATTR_UNUSED *obj_ptr, hid_t H5_ATTR_UNUSED obj_id, vo

#ifdef H5_HAVE_PARALLEL
H5G_loc_t loc;
H5F_t *f = NULL;
H5F_t *f = NULL;

/* Check if MPIO driver is used */
if (H5G_loc(obj_id, &loc) < 0)
Expand All @@ -608,7 +608,7 @@ H5Z__flush_file_cb(void H5_ATTR_UNUSED *obj_ptr, hid_t H5_ATTR_UNUSED obj_id, vo
assert(f);

if (H5F_HAS_FEATURE(f, H5FD_FEAT_HAS_MPI)) {

/* Sanity check for collectively calling H5Zunregister, if requested */
/* (Sanity check assumes that a barrier on one file's comm
* is sufficient (i.e. that there aren't different comms for
Expand Down

0 comments on commit 9d805fd

Please sign in to comment.