summaryrefslogtreecommitdiffstats
path: root/src/H5Pocpypl.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5Pocpypl.c')
-rwxr-xr-xsrc/H5Pocpypl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/H5Pocpypl.c b/src/H5Pocpypl.c
index 2ee5882..05368dd 100755
--- a/src/H5Pocpypl.c
+++ b/src/H5Pocpypl.c
@@ -154,7 +154,7 @@ H5Pset_copy_object(hid_t plist_id, unsigned cpy_option)
herr_t ret_value = SUCCEED; /* Return value */
FUNC_ENTER_API(H5Pset_copy_object, FAIL)
- H5TRACE2("e","iIu",plist_id,cpy_option);
+ H5TRACE2("e", "iIu", plist_id, cpy_option);
/* Check parameters */
if(cpy_option & ~H5O_COPY_ALL)
@@ -192,7 +192,7 @@ H5Pget_copy_object(hid_t plist_id, unsigned *cpy_option /*out*/)
herr_t ret_value = SUCCEED; /* return value */
FUNC_ENTER_API(H5Pget_copy_object, FAIL)
- H5TRACE2("e","ix",plist_id,cpy_option);
+ H5TRACE2("e", "ix", plist_id, cpy_option);
/* Get the plist structure */
if(NULL == (plist = H5P_object_verify(plist_id, H5P_OBJECT_COPY)))