summaryrefslogtreecommitdiffstats
path: root/src/H5FDcore.c
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2020-10-19 14:42:09 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2020-10-19 14:42:09 (GMT)
commit176eef273765d4a197347ae16ed18a3c73f328ba (patch)
tree4ca54490e1a22340dd1b0bf376d6a94f1f9b195e /src/H5FDcore.c
parent9bd2102b7747b255b570d428399151296baa17d1 (diff)
downloadhdf5-176eef273765d4a197347ae16ed18a3c73f328ba.zip
hdf5-176eef273765d4a197347ae16ed18a3c73f328ba.tar.gz
hdf5-176eef273765d4a197347ae16ed18a3c73f328ba.tar.bz2
Whitespace and url correction
Diffstat (limited to 'src/H5FDcore.c')
-rw-r--r--src/H5FDcore.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/H5FDcore.c b/src/H5FDcore.c
index 419a0d9..61f46c7 100644
--- a/src/H5FDcore.c
+++ b/src/H5FDcore.c
@@ -281,13 +281,13 @@ H5FD__core_add_dirty_region(H5FD_core_t *file, haddr_t start, haddr_t end)
else {
/* Store the new item endpoint if it's bigger */
item->end = (item->end < end) ? end : item->end;
- } /* end else */
- } /* end if */
+ }
+ }
else {
/* Update the size of the before region */
if (b_item->end < end)
b_item->end = end;
- } /* end else */
+ }
done:
FUNC_LEAVE_NOAPI(ret_value)