diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2019-12-07 14:42:19 (GMT) |
---|---|---|
committer | David Young <dyoung@hdfgroup.org> | 2020-05-20 14:20:20 (GMT) |
commit | c7fe3b143b81b7c2465e5add7c1a7debca41bdae (patch) | |
tree | 0e264c081817b0ee5987939a8af2090370aefcdd /tools/testfiles | |
parent | 70b7848c8e2e906c182347bfff9b28fb88482844 (diff) | |
download | hdf5-c7fe3b143b81b7c2465e5add7c1a7debca41bdae.zip hdf5-c7fe3b143b81b7c2465e5add7c1a7debca41bdae.tar.gz hdf5-c7fe3b143b81b7c2465e5add7c1a7debca41bdae.tar.bz2 |
Correct indentation
Diffstat (limited to 'tools/testfiles')
-rw-r--r-- | tools/testfiles/tbinregR.ddl | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/tools/testfiles/tbinregR.ddl b/tools/testfiles/tbinregR.ddl index 7d9efab..1e31c9a 100644 --- a/tools/testfiles/tbinregR.ddl +++ b/tools/testfiles/tbinregR.ddl @@ -8,23 +8,23 @@ DATASET "/Dataset1" { COUNT ( 1 ); BLOCK ( 1 ); DATA { - DATASET tdatareg.h5/Dataset2 { - REGION_TYPE BLOCK (2,2)-(7,7) - DATATYPE H5T_STD_U8BE - DATASPACE SIMPLE { ( 10, 10 ) / ( 10, 10 ) } - DATA { + DATASET tdatareg.h5/Dataset2 { + REGION_TYPE BLOCK (2,2)-(7,7) + DATATYPE H5T_STD_U8BE + DATASPACE SIMPLE { ( 10, 10 ) / ( 10, 10 ) } + DATA { + } } - } - DATASET tdatareg.h5/Dataset2 { - REGION_TYPE POINT (6,9), (2,2), (8,4), (1,6), (2,8), (3,2), (0,4), - (9,0), (7,1), (3,3) - DATATYPE H5T_STD_U8BE - DATASPACE SIMPLE { ( 10, 10 ) / ( 10, 10 ) } - DATA { + DATASET tdatareg.h5/Dataset2 { + REGION_TYPE POINT (6,9), (2,2), (8,4), (1,6), (2,8), (3,2), (0,4), + (9,0), (7,1), (3,3) + DATATYPE H5T_STD_U8BE + DATASPACE SIMPLE { ( 10, 10 ) / ( 10, 10 ) } + DATA { + } } - } - NULL - NULL + NULL + NULL } } } |