diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2020-05-13 14:15:29 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2020-05-13 14:15:29 (GMT) |
commit | 2c78a1930b11ef10aa92d3cdeb8486d2ede1b33b (patch) | |
tree | 6b1c378151b84b05308e183e5ebd72d8cf489d73 /test/external.c | |
parent | 5ba81f88a3d4c1b6228d2647cbef434c813aef5b (diff) | |
download | hdf5-2c78a1930b11ef10aa92d3cdeb8486d2ede1b33b.zip hdf5-2c78a1930b11ef10aa92d3cdeb8486d2ede1b33b.tar.gz hdf5-2c78a1930b11ef10aa92d3cdeb8486d2ede1b33b.tar.bz2 |
Whitespace updates
Diffstat (limited to 'test/external.c')
-rw-r--r-- | test/external.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/external.c b/test/external.c index 4d9fef0..d29fb6b 100644 --- a/test/external.c +++ b/test/external.c @@ -1418,7 +1418,7 @@ main(void) nerrors += test_path_absolute(current_fapl_id); nerrors += test_path_relative(current_fapl_id); nerrors += test_path_relative_cwd(current_fapl_id); - + /* Verify symbol table messages are cached */ nerrors += (h5_verify_cached_stabs(EXT_FNAME, current_fapl_id) < 0 ? 1 : 0); |