summaryrefslogtreecommitdiffstats
path: root/src/H5Plapl.c
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/H5Plapl.c
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/H5Plapl.c')
-rw-r--r--src/H5Plapl.c10
1 files changed, 5 insertions, 5 deletions
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
*
*-------------------------------------------------------------------------