summaryrefslogtreecommitdiffstats
path: root/test/lheap.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/lheap.c')
-rw-r--r--test/lheap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lheap.c b/test/lheap.c
index 09343e9..33b5210 100644
--- a/test/lheap.c
+++ b/test/lheap.c
@@ -123,7 +123,7 @@ main(void)
H5Eprint_stack(H5E_DEFAULT, stdout);
goto error;
}
-
+
if (NULL == (s = H5HL_offset_into(f, heap, obj[i]))) {
H5_FAILED();
H5Eprint_stack(H5E_DEFAULT, stdout);