diff options
author | Songyu Lu <songyulu@barracuda.ad.hdfgroup.org> | 2018-10-31 14:54:08 (GMT) |
---|---|---|
committer | Songyu Lu <songyulu@barracuda.ad.hdfgroup.org> | 2018-10-31 14:54:08 (GMT) |
commit | b72e926ed0c981d14d5219b32042c3d0b938d1e1 (patch) | |
tree | 8c9b8f340b3eabe22bd4034c8b203800e6530356 /src/H5Dchunk.c | |
parent | 7db3ea76da5d3b5c237a707b09d1618d3206ba83 (diff) | |
download | hdf5-b72e926ed0c981d14d5219b32042c3d0b938d1e1.zip hdf5-b72e926ed0c981d14d5219b32042c3d0b938d1e1.tar.gz hdf5-b72e926ed0c981d14d5219b32042c3d0b938d1e1.tar.bz2 |
A trivial change to reformat a comment. The purpose is simply to try out Git.
Diffstat (limited to 'src/H5Dchunk.c')
-rw-r--r-- | src/H5Dchunk.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/H5Dchunk.c b/src/H5Dchunk.c index 30a9a3b..22dc05a 100644 --- a/src/H5Dchunk.c +++ b/src/H5Dchunk.c @@ -2784,8 +2784,8 @@ done: /*------------------------------------------------------------------------- * Function: H5D__chunk_hash_val * - * Purpose: To calculate an index based on the dataset's scaled coordinates and - * sizes of the faster dimensions. + * Purpose: To calculate an index based on the dataset's scaled + * coordinates and sizes of the faster dimensions. * * Return: Hash value index * |