summaryrefslogtreecommitdiffstats
path: root/hl/test/test_lite.c
diff options
context:
space:
mode:
Diffstat (limited to 'hl/test/test_lite.c')
-rw-r--r--hl/test/test_lite.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hl/test/test_lite.c b/hl/test/test_lite.c
index d6999ff..917d343 100644
--- a/hl/test/test_lite.c
+++ b/hl/test/test_lite.c
@@ -2121,7 +2121,7 @@ static int test_valid_path(void)
if( (group = H5Gopen2(file_id, "/", H5P_DEFAULT)) < 0)
goto out;
-
+
if( (path_valid = H5LTpath_valid(group, "/", TRUE)) != FALSE) {
goto out;
}