summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorNeil Fortner <nfortne2@hdfgroup.org>2008-12-09 19:53:01 (GMT)
committerNeil Fortner <nfortne2@hdfgroup.org>2008-12-09 19:53:01 (GMT)
commitfcd5fc141f0a6e88f683581be67b574759c24f43 (patch)
tree953fb3de29e5c6aaaeb24becfdd1b9a4d55bba27 /src
parentfaea57356425808a610311fafd2848862b662258 (diff)
downloadhdf5-fcd5fc141f0a6e88f683581be67b574759c24f43.zip
hdf5-fcd5fc141f0a6e88f683581be67b574759c24f43.tar.gz
hdf5-fcd5fc141f0a6e88f683581be67b574759c24f43.tar.bz2
[svn-r16176] Remove terminal whitespace in links.c, H5Lexternal.c, H5Pfapl.c
Tested: jam
Diffstat (limited to 'src')
-rw-r--r--src/H5Lexternal.c4
-rw-r--r--src/H5Plapl.c10
2 files changed, 7 insertions, 7 deletions
diff --git a/src/H5Lexternal.c b/src/H5Lexternal.c
index d5a441d..46ed467 100644
--- a/src/H5Lexternal.c
+++ b/src/H5Lexternal.c
@@ -171,11 +171,11 @@ done:
* Vailin Choi, April 2, 2008
* Add handling to search for the target file
* See description in RM: H5Lcreate_external
- *
+ *
* Vailin Choi; Sept. 12th, 2008; bug #1247
* Retrieve the file access property list identifer that is set
* for link access property via H5Pget_elink_fapl().
- * If the return value is H5P_DEFAULT, the parent's file access
+ * If the return value is H5P_DEFAULT, the parent's file access
* property is used to H5F_open() the target file;
* Otherwise, the file access property retrieved from H5Pget_elink_fapl()
* is used to H5F_open() the target file.
diff --git a/src/H5Plapl.c b/src/H5Plapl.c
index a572df3..e3f2333 100644
--- a/src/H5Plapl.c
+++ b/src/H5Plapl.c
@@ -226,7 +226,7 @@ H5P_lacc_elink_fapl_copy(const char UNUSED *name, size_t UNUSED size, void *valu
l_fapl_id = (*(const hid_t *)value);
if(l_fapl_id > H5P_DEFAULT) {
- H5P_genplist_t *l_fapl_plist;
+ H5P_genplist_t *l_fapl_plist;
if(NULL == (l_fapl_plist = (H5P_genplist_t *)H5P_object_verify(l_fapl_id, H5P_FILE_ACCESS)))
HGOTO_ERROR(H5E_ARGS, H5E_BADTYPE, FAIL, "can't get property list")
@@ -547,10 +547,10 @@ done:
* Function: H5Pset_elink_fapl
*
* Purpose: Sets the file access property list for link access
- *
+ *
* Return: Non-negative on success/Negative on failure
*
- * Programmer:
+ * Programmer:
* Vailin Choi; Tuesday, September 12th, 2008
*
*-------------------------------------------------------------------------
@@ -559,7 +559,7 @@ herr_t
H5Pset_elink_fapl(hid_t lapl_id, hid_t fapl_id)
{
H5P_genplist_t *plist, *l_fapl_plist, *fapl_plist; /* Property list pointer */
- hid_t l_fapl_id, new_fapl_id;
+ hid_t l_fapl_id, new_fapl_id;
herr_t ret_value = SUCCEED; /* Return value */
FUNC_ENTER_API(H5Pset_elink_fapl, FAIL)
@@ -601,7 +601,7 @@ done:
*
* Return: Non-negative on success/Negative on failure
*
- * Programmer:
+ * Programmer:
* Vailin Choi; Tuesday, September 12th, 2008
*
*-------------------------------------------------------------------------