summaryrefslogtreecommitdiffstats
path: root/src/H5PB.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5PB.c')
-rw-r--r--src/H5PB.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/H5PB.c b/src/H5PB.c
index 0603d64..3fefd82 100644
--- a/src/H5PB.c
+++ b/src/H5PB.c
@@ -1697,9 +1697,7 @@ H5PB_vfd_swmr__update_index(H5F_t *f,
* as appropriate.
*/
- for (entry = pb_ptr->tl_head_ptr;
- entry != NULL;
- entry = entry->tl_next) {
+ for (entry = pb_ptr->tl_head_ptr; entry != NULL; entry = entry->tl_next) {
uint64_t target_page = entry->page;
HDassert(entry->magic == H5PB__H5PB_ENTRY_T_MAGIC);