From 96c6a7c8d8966f40b066263720138e059668c4af Mon Sep 17 00:00:00 2001 From: David Young Date: Mon, 31 Aug 2020 15:52:17 -0500 Subject: Wrap a line in a comment at 80 columns. --- src/H5FDprivate.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/H5FDprivate.h b/src/H5FDprivate.h index 8acbd30..5bd8419 100644 --- a/src/H5FDprivate.h +++ b/src/H5FDprivate.h @@ -184,8 +184,8 @@ typedef struct H5FD_vfd_swmr_idx_entry_t { /* * tick_num: Sequence number of the current tick. - * Initialized to zero on file creation/open, and incremented by the - * VFD SWMR writer at the end of each tick. + * Initialized to zero on file creation/open, and incremented + * by the VFD SWMR writer at the end of each tick. * num_entries: The number of entires in the index. * entries: The array of index entries */ -- cgit v0.12