summaryrefslogtreecommitdiffstats
path: root/src/H5Fpkg.h
diff options
context:
space:
mode:
authorgithub-actions <41898282+github-actions[bot]@users.noreply.github.com>2021-10-29 16:01:17 (GMT)
committergithub-actions <41898282+github-actions[bot]@users.noreply.github.com>2021-10-29 16:01:17 (GMT)
commit553c1b449e7c77cf143d587beb41deaa63282904 (patch)
tree3b452607258e1549220c872f890cdaa4a888b897 /src/H5Fpkg.h
parentd0e0e9a418d8c9969329b33ef7cda479f2cd7e61 (diff)
downloadhdf5-553c1b449e7c77cf143d587beb41deaa63282904.zip
hdf5-553c1b449e7c77cf143d587beb41deaa63282904.tar.gz
hdf5-553c1b449e7c77cf143d587beb41deaa63282904.tar.bz2
Committing clang-format changes
Diffstat (limited to 'src/H5Fpkg.h')
-rw-r--r--src/H5Fpkg.h20
1 files changed, 10 insertions, 10 deletions
diff --git a/src/H5Fpkg.h b/src/H5Fpkg.h
index 971d52a..3de5a84 100644
--- a/src/H5Fpkg.h
+++ b/src/H5Fpkg.h
@@ -469,16 +469,16 @@ struct H5F_shared_t {
* manager
*/
/* Log file for VFD SWMR */
- FILE *vfd_swmr_log_file_ptr; /* File pointer for the
- * log file.
- */
- hbool_t vfd_swmr_log_on; /* flag to indicate if
- * the log file is
- * created. */
- H5_timer_t vfd_swmr_log_start_time; /* The starting time for
- * calculating the time
- * stamp of a log message.
- */
+ FILE *vfd_swmr_log_file_ptr; /* File pointer for the
+ * log file.
+ */
+ hbool_t vfd_swmr_log_on; /* flag to indicate if
+ * the log file is
+ * created. */
+ H5_timer_t vfd_swmr_log_start_time; /* The starting time for
+ * calculating the time
+ * stamp of a log message.
+ */
/* Delayed free space release doubly linked list */
shadow_defree_queue_t shadow_defrees;