diff options
author | Robb Matzke <matzke@llnl.gov> | 1998-10-27 03:56:31 (GMT) |
---|---|---|
committer | Robb Matzke <matzke@llnl.gov> | 1998-10-27 03:56:31 (GMT) |
commit | 1203b1652882a33781ae501dc004f9adb3bef37a (patch) | |
tree | ddf1e4d7fc82d8ee10a27d6f63726d1ff25d8ddc /src/H5Fprivate.h | |
parent | cd6234d0a02325bc45036b958077e008c4a70fc2 (diff) | |
download | hdf5-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/H5Fprivate.h')
-rw-r--r-- | src/H5Fprivate.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/H5Fprivate.h b/src/H5Fprivate.h index ec37e56..fb821f0 100644 --- a/src/H5Fprivate.h +++ b/src/H5Fprivate.h @@ -612,8 +612,8 @@ intn H5F_low_alloc (H5F_low_t *lf, intn op, hsize_t alignment, hsize_t threshold, hsize_t size, H5MF_free_t *blk, haddr_t *addr/*out*/); htri_t H5F_low_access(const H5F_low_class_t *type, const char *name, - const H5F_access_t *access_parms, int mode, - H5F_search_t *key); + const H5F_access_t *access_parms, int mode, + H5F_search_t *key); H5F_low_t *H5F_low_open(const H5F_low_class_t *type, const char *name, const H5F_access_t *access_parms, uintn flags, H5F_search_t *key); |