summaryrefslogtreecommitdiffstats
path: root/tools/testfiles/tmultifile.ddl
diff options
context:
space:
mode:
Diffstat (limited to 'tools/testfiles/tmultifile.ddl')
-rw-r--r--tools/testfiles/tmultifile.ddl4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/testfiles/tmultifile.ddl b/tools/testfiles/tmultifile.ddl
index cf94f2c..ebe1608 100644
--- a/tools/testfiles/tmultifile.ddl
+++ b/tools/testfiles/tmultifile.ddl
@@ -30,13 +30,13 @@ DATASET "Dataset1" {
}
HDF5 "tarray6.h5" {
DATASET "Dataset1" {
- DATATYPE H5T_ARRAY { [4] H5T_VLEN { H5T_STD_U32LE} }
+ DATATYPE H5T_ARRAY { [4] H5T_VLEN { H5T_STD_U32LE } }
DATASPACE SIMPLE { ( 4 ) / ( 4 ) }
}
}
HDF5 "tarray7.h5" {
DATASET "Dataset1" {
- DATATYPE H5T_ARRAY { [4] H5T_VLEN { H5T_ARRAY { [4] H5T_STD_U32LE }} }
+ DATATYPE H5T_ARRAY { [4] H5T_VLEN { H5T_ARRAY { [4] H5T_STD_U32LE } } }
DATASPACE SIMPLE { ( 4 ) / ( 4 ) }
}
}