summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2018-11-01 13:40:53 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2018-11-01 13:40:53 (GMT)
commit2c266f2cb65f5a94fb7aa44e1f20d54e18f16df3 (patch)
tree3db78467db87f1dd412d3bafd0010aa0f20842a8
parent3042976b65a641985295101312159b9c5aeccb23 (diff)
parent3fcc1e7929d99272cf3d29883de78b1ad544ea38 (diff)
downloadhdf5-2c266f2cb65f5a94fb7aa44e1f20d54e18f16df3.zip
hdf5-2c266f2cb65f5a94fb7aa44e1f20d54e18f16df3.tar.gz
hdf5-2c266f2cb65f5a94fb7aa44e1f20d54e18f16df3.tar.bz2
Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)
* commit '3fcc1e7929d99272cf3d29883de78b1ad544ea38': A trivial change to reformat a comment. The purpose is simply to try out Git.
-rw-r--r--src/H5Dchunk.c4
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
*