diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2020-06-02 14:33:00 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2020-06-02 14:33:00 (GMT) |
commit | cc15d1039af86deb77c9dc9188412ce361599b17 (patch) | |
tree | 7cc5afb48438e5a1e3e164e3e671a7f53abbb78f /test/freespace.c | |
parent | 5f0eed3fdc4fff9b714b5aa3d0d43114a95c0f29 (diff) | |
download | hdf5-cc15d1039af86deb77c9dc9188412ce361599b17.zip hdf5-cc15d1039af86deb77c9dc9188412ce361599b17.tar.gz hdf5-cc15d1039af86deb77c9dc9188412ce361599b17.tar.bz2 |
Normalizations with 1.10 branch.
Diffstat (limited to 'test/freespace.c')
-rw-r--r-- | test/freespace.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/test/freespace.c b/test/freespace.c index f9f1932..124ae3e 100644 --- a/test/freespace.c +++ b/test/freespace.c @@ -880,7 +880,7 @@ test_fs_sect_add(hid_t fapl) FAIL_STACK_ERROR fs_addr = HADDR_UNDEF; - /* Close the file and dxpl */ + /* Close the file */ if(H5Fclose(file) < 0) FAIL_STACK_ERROR @@ -1249,7 +1249,7 @@ test_fs_sect_find(hid_t fapl) FAIL_STACK_ERROR fs_addr = HADDR_UNDEF; - /* Close the file and dxpl */ + /* Close the file */ if(H5Fclose(file) < 0) FAIL_STACK_ERROR @@ -2737,7 +2737,7 @@ test_fs_sect_extend(hid_t fapl) PASSED(); - /* Close the file and dxpl */ + /* Close the file */ if(H5Fclose(file) < 0) FAIL_STACK_ERROR @@ -2839,7 +2839,7 @@ test_fs_sect_iterate(hid_t fapl) FAIL_STACK_ERROR fs_addr = HADDR_UNDEF; - /* Close the file and dxpl */ + /* Close the file */ if(H5Fclose(file) < 0) FAIL_STACK_ERROR |