diff options
author | James Laird <jlaird@hdfgroup.org> | 2006-12-18 19:16:17 (GMT) |
---|---|---|
committer | James Laird <jlaird@hdfgroup.org> | 2006-12-18 19:16:17 (GMT) |
commit | e100695eb0c207e9087696ccd3ca923b2ff248e2 (patch) | |
tree | 3b0a7b88619faf50bce86d316c7384f7ad1218da /src/H5FDfamily.c | |
parent | ddbc06fce64bc49ff6b3e83da3ff74d08251fc2c (diff) | |
download | hdf5-e100695eb0c207e9087696ccd3ca923b2ff248e2.zip hdf5-e100695eb0c207e9087696ccd3ca923b2ff248e2.tar.gz hdf5-e100695eb0c207e9087696ccd3ca923b2ff248e2.tar.bz2 |
[svn-r13068] Ran bin/reconfigure. Some of the scripts have been changed or haven't
been run in a while, so many of the source files were updated with
tracing macros, etc. No code changes by me.
Tested on kagiso and smirom.
Diffstat (limited to 'src/H5FDfamily.c')
-rw-r--r-- | src/H5FDfamily.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/H5FDfamily.c b/src/H5FDfamily.c index cacc758..8b678b5 100644 --- a/src/H5FDfamily.c +++ b/src/H5FDfamily.c @@ -257,7 +257,7 @@ H5Pset_fapl_family(hid_t fapl_id, hsize_t msize, hid_t memb_fapl_id) H5P_genplist_t *plist; /* Property list pointer */ FUNC_ENTER_API(H5Pset_fapl_family, FAIL) - H5TRACE3("e","ihi",fapl_id,msize,memb_fapl_id); + H5TRACE3("e", "ihi", fapl_id, msize, memb_fapl_id); /* Check arguments */ @@ -316,7 +316,7 @@ H5Pget_fapl_family(hid_t fapl_id, hsize_t *msize/*out*/, herr_t ret_value=SUCCEED; /* Return value */ FUNC_ENTER_API(H5Pget_fapl_family, FAIL) - H5TRACE3("e","ixx",fapl_id,msize,memb_fapl_id); + H5TRACE3("e", "ixx", fapl_id, msize, memb_fapl_id); if(NULL == (plist = H5P_object_verify(fapl_id,H5P_FILE_ACCESS))) HGOTO_ERROR(H5E_ARGS, H5E_BADTYPE, FAIL, "not a file access list") |