summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2014-11-12 20:27:43 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2014-11-12 20:27:43 (GMT)
commit5818a3045d141a02668f3ecfb29268327bb683ec (patch)
treed9c0cd55cbf7d259c107b09431c653bea757f14b /src
parentd906619ed28918be3e165f8238344c46e99ce9f2 (diff)
downloadhdf5-5818a3045d141a02668f3ecfb29268327bb683ec.zip
hdf5-5818a3045d141a02668f3ecfb29268327bb683ec.tar.gz
hdf5-5818a3045d141a02668f3ecfb29268327bb683ec.tar.bz2
[svn-r25812] Description:
Add a few missing comments.
Diffstat (limited to 'src')
-rw-r--r--src/H5B2int.c4
1 files 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)