summaryrefslogtreecommitdiffstats
path: root/src/H5Fpkg.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5Fpkg.h')
-rw-r--r--src/H5Fpkg.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/H5Fpkg.h b/src/H5Fpkg.h
index 7bb5e45..4a23cd1 100644
--- a/src/H5Fpkg.h
+++ b/src/H5Fpkg.h
@@ -469,14 +469,14 @@ struct H5F_shared_t {
* manager
*/
/* Log file for VFD SWMR */
- FILE * vfd_swmr_log_file_ptr; /* File pointer for the
+ 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
+ hbool_t vfd_swmr_log_on; /* flag to indicate if
+ * the log file is
* created. */
struct timespec vfd_swmr_log_start_time; /* The starting time for
- * calculating the time
+ * calculating the time
* stamp of a log message.
*/
/* Delayed free space release doubly linked list */