summaryrefslogtreecommitdiffstats
path: root/src/H5FDlog.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5FDlog.c')
-rw-r--r--src/H5FDlog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5FDlog.c b/src/H5FDlog.c
index 7c2c3f2..c317355 100644
--- a/src/H5FDlog.c
+++ b/src/H5FDlog.c
@@ -348,7 +348,7 @@ H5Pset_fapl_log(hid_t fapl_id, const char *logfile, unsigned flags, size_t buf_s
herr_t ret_value;
FUNC_ENTER_API(H5Pset_fapl_log, FAIL)
- H5TRACE4("e","isIuz",fapl_id,logfile,flags,buf_size);
+ H5TRACE4("e", "isIuz", fapl_id, logfile, flags, buf_size);
if(NULL == (plist = H5P_object_verify(fapl_id,H5P_FILE_ACCESS)))
HGOTO_ERROR(H5E_ARGS, H5E_BADTYPE, FAIL, "not a file access property list")