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/H5Vprivate.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/H5Vprivate.h')
-rw-r--r-- | src/H5Vprivate.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/H5Vprivate.h b/src/H5Vprivate.h index cfcc5be..616202e 100644 --- a/src/H5Vprivate.h +++ b/src/H5Vprivate.h @@ -43,8 +43,8 @@ hsize_t H5V_hyper_stride(intn n, const hsize_t *size, const hsize_t *total_size, const hssize_t *offset, hssize_t *stride); htri_t H5V_hyper_disjointp(intn n, const hssize_t *offset1, - const hsize_t *size1, const hssize_t *offset2, - const hsize_t *size2); + const hsize_t *size1, const hssize_t *offset2, + const hsize_t *size2); htri_t H5V_hyper_eq(intn n, const hssize_t *offset1, const hsize_t *size1, const hssize_t *offset2, const hsize_t *size2); herr_t H5V_hyper_fill(intn n, const hsize_t *_size, const hsize_t *total_size, |