summaryrefslogtreecommitdiffstats
path: root/src/H5Tarray.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5Tarray.c')
-rw-r--r--src/H5Tarray.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/H5Tarray.c b/src/H5Tarray.c
index c353264..adc71ee 100644
--- a/src/H5Tarray.c
+++ b/src/H5Tarray.c
@@ -80,7 +80,7 @@ H5Tarray_create(hid_t base_id, unsigned ndims, const hsize_t dim[/* ndims */],
hid_t ret_value; /* return value */
FUNC_ENTER_API(H5Tarray_create, FAIL)
- H5TRACE4("i","iIu*h*Is",base_id,ndims,dim,perm);
+ H5TRACE4("i", "iIu*h*Is", base_id, ndims, dim, perm);
/* Check args */
if(ndims < 1 || ndims > H5S_MAX_RANK)
@@ -188,7 +188,7 @@ H5Tget_array_ndims(hid_t type_id)
int ret_value; /* return value */
FUNC_ENTER_API(H5Tget_array_ndims, FAIL)
- H5TRACE1("Is","i",type_id);
+ H5TRACE1("Is", "i", type_id);
/* Check args */
if(NULL == (dt = H5I_object_verify(type_id,H5I_DATATYPE)))
@@ -251,7 +251,7 @@ H5Tget_array_dims(hid_t type_id, hsize_t dims[], int UNUSED perm[])
int ret_value; /* return value */
FUNC_ENTER_API(H5Tget_array_dims, FAIL)
- H5TRACE3("Is","i*h*Is",type_id,dims,perm);
+ H5TRACE3("Is", "i*h*Is", type_id, dims, perm);
/* Check args */
if(NULL == (dt = H5I_object_verify(type_id,H5I_DATATYPE)))