summaryrefslogtreecommitdiffstats
path: root/src/H5Lexternal.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/H5Lexternal.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/H5Lexternal.c')
-rw-r--r--src/H5Lexternal.c4
1 files changed, 2 insertions, 2 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.