summaryrefslogtreecommitdiffstats
path: root/tools/testfiles/tarray6.ddl
diff options
context:
space:
mode:
authorjhendersonHDF <jhenderson@hdfgroup.org>2023-08-04 19:42:17 (GMT)
committerGitHub <noreply@github.com>2023-08-04 19:42:17 (GMT)
commit7aedee80e10f32b1dfc3e7342ba85aa42718a3e8 (patch)
tree528ec3e2022ea145434cfdf9d084835b21422bd7 /tools/testfiles/tarray6.ddl
parent3262891c6b2060cb8044e37cab461275d7ac4a58 (diff)
downloadhdf5-7aedee80e10f32b1dfc3e7342ba85aa42718a3e8.zip
hdf5-7aedee80e10f32b1dfc3e7342ba85aa42718a3e8.tar.gz
hdf5-7aedee80e10f32b1dfc3e7342ba85aa42718a3e8.tar.bz2
Make h5dump spacing consistent when printing VLEN datatype (#3351) (#3352)
Diffstat (limited to 'tools/testfiles/tarray6.ddl')
-rw-r--r--tools/testfiles/tarray6.ddl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testfiles/tarray6.ddl b/tools/testfiles/tarray6.ddl
index 5c49b0f..343002b 100644
--- a/tools/testfiles/tarray6.ddl
+++ b/tools/testfiles/tarray6.ddl
@@ -1,7 +1,7 @@
HDF5 "tarray6.h5" {
GROUP "/" {
DATASET "Dataset1" {
- DATATYPE H5T_ARRAY { [4] H5T_VLEN { H5T_STD_U32LE} }
+ DATATYPE H5T_ARRAY { [4] H5T_VLEN { H5T_STD_U32LE } }
DATASPACE SIMPLE { ( 4 ) / ( 4 ) }
DATA {
(0): [ (0), (10, 11), (20, 21, 22), (30, 31, 32, 33) ],