diff options
Diffstat (limited to 'tools/h5repack/testh5repack_attr.c')
-rw-r--r-- | tools/h5repack/testh5repack_attr.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/h5repack/testh5repack_attr.c b/tools/h5repack/testh5repack_attr.c index 7635cf2..5064aa1 100644 --- a/tools/h5repack/testh5repack_attr.c +++ b/tools/h5repack/testh5repack_attr.c @@ -319,7 +319,7 @@ position array of </g1> array of </g1> difference [ 1 ] 5 0 5 [ 1 ] 6 0 6 */ - type_id = H5Tarray_create(H5T_NATIVE_INT,1,dimarray,NULL); + type_id = H5Tarray_create(H5T_NATIVE_INT, 1, dimarray, NULL); make_attr(loc_id,1,dims,"array",type_id,buf6); status = H5Tclose(type_id); @@ -598,7 +598,7 @@ position array2D of </g1> array2D of </g1> difference [ 2 1 ] 17 0 17 [ 2 1 ] 18 0 18 */ - type_id = H5Tarray_create(H5T_NATIVE_INT,1,dimarray,NULL); + type_id = H5Tarray_create(H5T_NATIVE_INT, 1, dimarray, NULL); make_attr(loc_id,2,dims2,"array2D",type_id,buf62); status = H5Tclose(type_id); @@ -986,7 +986,7 @@ etc etc */ - type_id = H5Tarray_create(H5T_NATIVE_INT,1,dimarray,NULL); + type_id = H5Tarray_create(H5T_NATIVE_INT, 1, dimarray, NULL); make_attr(loc_id,3,dims3,"array3D",type_id,buf63); status = H5Tclose(type_id); |