summaryrefslogtreecommitdiffstats
path: root/tools/test/h5copy/h5copygentest.c
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2017-05-17 20:11:14 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2017-05-17 20:11:14 (GMT)
commit13bedd4c4a5f4d3c5ae482aba8fababa19f68157 (patch)
treedfdd632993d7060206640d4e4ddf67d4a5ee9e2d /tools/test/h5copy/h5copygentest.c
parent858155c19b1d2cacb91e37da0155a537ddd205e6 (diff)
parentfcc56184f1699fc1d35b042acb1388cc76b8ea16 (diff)
downloadhdf5-13bedd4c4a5f4d3c5ae482aba8fababa19f68157.zip
hdf5-13bedd4c4a5f4d3c5ae482aba8fababa19f68157.tar.gz
hdf5-13bedd4c4a5f4d3c5ae482aba8fababa19f68157.tar.bz2
Merge pull request #521 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop
* commit 'fcc56184f1699fc1d35b042acb1388cc76b8ea16': Whitespace Move execeutable command after declaration HDFFV-9055 add test files HDFFV-9055 Handle H5T_ARRAY types Create variables just for diff_array function Whitespace updates
Diffstat (limited to 'tools/test/h5copy/h5copygentest.c')
-rw-r--r--tools/test/h5copy/h5copygentest.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/tools/test/h5copy/h5copygentest.c b/tools/test/h5copy/h5copygentest.c
index ed41998..bda0686 100644
--- a/tools/test/h5copy/h5copygentest.c
+++ b/tools/test/h5copy/h5copygentest.c
@@ -33,12 +33,12 @@
#define DATASET_COMPRESSED "compressed"
#define DATASET_NAMED_VL "named_vl"
#define DATASET_NESTED_VL "nested_vl"
-#define DATASET_ATTR "dset_attr"
-#define ATTR "attr"
+#define DATASET_ATTR "dset_attr"
+#define ATTR "attr"
#define GROUP_EMPTY "grp_empty"
#define GROUP_DATASETS "grp_dsets"
#define GROUP_NESTED "grp_nested"
-#define GROUP_ATTR "grp_attr"
+#define GROUP_ATTR "grp_attr"
/* Obj reference */
#define OBJ_REF_DS "Dset1"
@@ -327,8 +327,8 @@ static void gent_nested_vl(hid_t loc_id)
* Function: gent_att_compound_vlstr
*
* Purpose: Generate a dataset and a group.
- * Both has an attribute with a compound datatype consisting
- * of a variable length string
+ * Both has an attribute with a compound datatype consisting
+ * of a variable length string
*
*-------------------------------------------------------------------------
*/
@@ -347,7 +347,7 @@ static void gent_att_compound_vlstr(hid_t loc_id)
hid_t vl_str_tid = -1; /* Variable length datatype ID */
hid_t cmpd_tid = -1; /* Compound datatype ID */
hid_t null_sid = -1; /* Null dataspace ID */
- s1 buf; /* Buffer */
+ s1 buf; /* Buffer */
buf.i = 9;
buf.v = "ThisIsAString";