From 5818a3045d141a02668f3ecfb29268327bb683ec Mon Sep 17 00:00:00 2001 From: Quincey Koziol Date: Wed, 12 Nov 2014 15:27:43 -0500 Subject: [svn-r25812] Description: Add a few missing comments. --- src/H5B2int.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/H5B2int.c b/src/H5B2int.c index f18c349..bf76d5c 100644 --- a/src/H5B2int.c +++ b/src/H5B2int.c @@ -3154,7 +3154,7 @@ H5B2_remove_internal(H5B2_hdr_t *hdr, hid_t dxpl_id, hbool_t *depth_decreased, if(!swap_loc && cmp == 0) { swap_loc = H5B2_INT_NREC(internal, hdr, idx - 1); swap_parent = internal; - } + } /* end if */ /* Swap record to delete with record from leaf, if we are the last internal node */ if(swap_loc && depth == 1) @@ -3574,7 +3574,7 @@ H5B2_remove_internal_by_idx(H5B2_hdr_t *hdr, hid_t dxpl_id, if(!swap_loc && found) { swap_loc = H5B2_INT_NREC(internal, hdr, idx - 1); swap_parent = internal; - } + } /* end if */ /* Swap record to delete with record from leaf, if we are the last internal node */ if(swap_loc && depth == 1) -- cgit v0.12