summaryrefslogtreecommitdiffstats
path: root/src/H5BTcache.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5BTcache.c')
-rw-r--r--src/H5BTcache.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/H5BTcache.c b/src/H5BTcache.c
index f5f6a4e..d579c05 100644
--- a/src/H5BTcache.c
+++ b/src/H5BTcache.c
@@ -289,7 +289,7 @@ H5BT_cache_clear(H5F_t *f, H5BT_t *bt, hbool_t destroy)
/* Reset the dirty flag. */
bt->cache_info.is_dirty = FALSE;
-
+
if (destroy)
if (H5BT_cache_dest(f, bt) < 0)
HGOTO_ERROR(H5E_BLKTRK, H5E_CANTFREE, FAIL, "unable to destroy block tracker info")
@@ -303,7 +303,7 @@ done:
* Function: H5BT_cache_size
*
* Purpose: Compute the size in bytes of a block tracker info
- * on disk, and return it in *size_ptr. On failure,
+ * on disk, and return it in *size_ptr. On failure,
* the value of *size_ptr is undefined.
*
* Return: Non-negative on success/Negative on failure