summaryrefslogtreecommitdiffstats
path: root/tools/testfiles
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2019-12-07 14:42:19 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2019-12-07 14:42:19 (GMT)
commit7d6d3e295634a90e00c19527a9ce3ee990afa1ab (patch)
treeb84081ff729a2837ca3ce3e015eed92dd83ce827 /tools/testfiles
parent7225519e2afbf4f96804a29661cf6023443a270c (diff)
downloadhdf5-7d6d3e295634a90e00c19527a9ce3ee990afa1ab.zip
hdf5-7d6d3e295634a90e00c19527a9ce3ee990afa1ab.tar.gz
hdf5-7d6d3e295634a90e00c19527a9ce3ee990afa1ab.tar.bz2
Correct indentation
Diffstat (limited to 'tools/testfiles')
-rw-r--r--tools/testfiles/tbinregR.ddl30
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
}
}
}