summaryrefslogtreecommitdiffstats
path: root/src/H5Tstrpad.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5Tstrpad.c')
-rw-r--r--src/H5Tstrpad.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/H5Tstrpad.c b/src/H5Tstrpad.c
index 2c9b7d6..fff8c45 100644
--- a/src/H5Tstrpad.c
+++ b/src/H5Tstrpad.c
@@ -79,7 +79,7 @@ H5Tget_strpad(hid_t type_id)
H5T_str_t ret_value;
FUNC_ENTER_API(H5Tget_strpad, H5T_STR_ERROR)
- H5TRACE1("Tz","i",type_id);
+ H5TRACE1("Tz", "i", type_id);
/* Check args */
if (NULL == (dt = H5I_object_verify(type_id,H5I_DATATYPE)))
@@ -136,7 +136,7 @@ H5Tset_strpad(hid_t type_id, H5T_str_t strpad)
herr_t ret_value=SUCCEED; /* Return value */
FUNC_ENTER_API(H5Tset_strpad, FAIL)
- H5TRACE2("e","iTz",type_id,strpad);
+ H5TRACE2("e", "iTz", type_id, strpad);
/* Check args */
if (NULL == (dt = H5I_object_verify(type_id,H5I_DATATYPE)))