diff options
author | H. Joe Lee <hyoklee@hdfgroup.org> | 2023-11-14 15:58:20 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-14 15:58:20 (GMT) |
commit | 2512bdd7a984eadebc50812e038f08afd723ba02 (patch) | |
tree | 803ce78355ba83c76830e22b359711ab6750aec3 /tools/test | |
parent | b5bfea2cc3b84ac91b43537aa92a7ec55a870767 (diff) | |
download | hdf5-2512bdd7a984eadebc50812e038f08afd723ba02.zip hdf5-2512bdd7a984eadebc50812e038f08afd723ba02.tar.gz hdf5-2512bdd7a984eadebc50812e038f08afd723ba02.tar.bz2 |
Add extra space in comments for consistency (#3852)
* Add extra space in comments for consistency
* uncomment tfloatsattrs test
Diffstat (limited to 'tools/test')
-rw-r--r-- | tools/test/h5dump/CMakeTests.cmake | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/test/h5dump/CMakeTests.cmake b/tools/test/h5dump/CMakeTests.cmake index 7ed021f..8cc9a52 100644 --- a/tools/test/h5dump/CMakeTests.cmake +++ b/tools/test/h5dump/CMakeTests.cmake @@ -1027,7 +1027,7 @@ ADD_H5_TEST (tbitnopaque_le 0 --enable-error-stack tbitnopaque.h5) endif () - #test for the nested compound type + # test for the nested compound type ADD_H5_TEST (tnestcomp-1 0 --enable-error-stack tnestedcomp.h5) ADD_H5_TEST (tnestedcmpddt 0 --enable-error-stack tnestedcmpddt.h5) @@ -1056,7 +1056,7 @@ ADD_H5_TEST (tvldtypes4 0 --enable-error-stack tvldtypes4.h5) ADD_H5_TEST (tvldtypes5 0 --enable-error-stack tvldtypes5.h5) - #test for file with variable length string data + # test for file with variable length string data ADD_H5_TEST (tvlstr 0 --enable-error-stack tvlstr.h5) ADD_H5_TEST (tvlenstr_array 0 --enable-error-stack tvlenstr_array.h5) |