summaryrefslogtreecommitdiffstats
path: root/src/H5Fcore.c
diff options
context:
space:
mode:
authorRobb Matzke <matzke@llnl.gov>1998-10-27 03:56:31 (GMT)
committerRobb Matzke <matzke@llnl.gov>1998-10-27 03:56:31 (GMT)
commit1203b1652882a33781ae501dc004f9adb3bef37a (patch)
treeddf1e4d7fc82d8ee10a27d6f63726d1ff25d8ddc /src/H5Fcore.c
parentcd6234d0a02325bc45036b958077e008c4a70fc2 (diff)
downloadhdf5-1203b1652882a33781ae501dc004f9adb3bef37a.zip
hdf5-1203b1652882a33781ae501dc004f9adb3bef37a.tar.gz
hdf5-1203b1652882a33781ae501dc004f9adb3bef37a.tar.bz2
[svn-r802] Misc. white space adjustments here and there, mostly in comments.
Diffstat (limited to 'src/H5Fcore.c')
-rw-r--r--src/H5Fcore.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/H5Fcore.c b/src/H5Fcore.c
index dfc02bb..d67eebd 100644
--- a/src/H5Fcore.c
+++ b/src/H5Fcore.c
@@ -26,8 +26,8 @@ static hbool_t interface_initialize_g = FALSE;
#define INTERFACE_INIT NULL
static htri_t H5F_core_access(const char *name,
- const H5F_access_t *access_parms, int mode,
- H5F_search_t *key/*out*/);
+ const H5F_access_t *access_parms, int mode,
+ H5F_search_t *key/*out*/);
static H5F_low_t *H5F_core_open(const char *name,
const H5F_access_t *access_parms, uintn flags,
H5F_search_t *key/*out*/);
@@ -140,7 +140,7 @@ H5F_core_open(const char __unused__ *name,
*
* Errors:
*
- * Return: Non-negative on success/Negative on failure
+ * Return: Non-negative on success/Negative on failure
*
* Programmer: Robb Matzke
* Wednesday, October 22, 1997