summaryrefslogtreecommitdiffstats
path: root/src/H5D.c
diff options
context:
space:
mode:
authorVailin Choi <vchoi@jam.ad.hdfgroup.org>2017-04-26 19:00:34 (GMT)
committerVailin Choi <vchoi@jam.ad.hdfgroup.org>2017-04-26 19:00:34 (GMT)
commitbacb45b38ae8513024baf2dfe08c8918625489e2 (patch)
treea31b12a27ae32d351a2a2bca9be5dfbcf45a0346 /src/H5D.c
parentcb8e82a53d91067b16deba7ebc76307a336b0f02 (diff)
downloadhdf5-bacb45b38ae8513024baf2dfe08c8918625489e2.zip
hdf5-bacb45b38ae8513024baf2dfe08c8918625489e2.tar.gz
hdf5-bacb45b38ae8513024baf2dfe08c8918625489e2.tar.bz2
Modifications based on pull request review.
Made couple changes based on the review comments.
Diffstat (limited to 'src/H5D.c')
-rw-r--r--src/H5D.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5D.c b/src/H5D.c
index a6de952..fc2024a 100644
--- a/src/H5D.c
+++ b/src/H5D.c
@@ -1126,4 +1126,4 @@ H5Dget_chunk_storage_size(hid_t dset_id, const hsize_t *offset, hsize_t *chunk_n
done:
FUNC_LEAVE_API(ret_value);
-}
+} /* H5Dget_chunk_storage_size() */