[svn-r1948] File was changed by something, probably $(TRACE), automagically.

The changes seem harmless.  So checking it in once for all.
This commit is contained in:
Albert Cheng 2000-01-26 09:37:18 -05:00
parent f490968edc
commit b837e67040

View File

@ -219,11 +219,12 @@ H5FD_dpss_init (void)
*-------------------------------------------------------------------------
*/
herr_t
H5Pset_fapl_dpss (hid_t fapl_id)
H5Pset_fapl_dpss(hid_t fapl_id)
{
herr_t ret_value=FAIL;
FUNC_ENTER (H5FD_set_fapl_dpss, FAIL);
H5TRACE1("e","i",fapl_id);
/* Check arguments */
if (H5P_FILE_ACCESS != H5Pget_class (fapl_id))