summaryrefslogtreecommitdiffstats
path: root/src/H5EAstat.c
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2020-10-08 14:23:47 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2020-10-08 14:23:47 (GMT)
commit0e830ba4360a154d4b72a65298aae0f4cf888504 (patch)
treea914d23cea0a0e9bd81daf1b73b037441a5f08c3 /src/H5EAstat.c
parent75567cbe8f6ec97df3db5b73f0c94625f63a4d0b (diff)
downloadhdf5-0e830ba4360a154d4b72a65298aae0f4cf888504.zip
hdf5-0e830ba4360a154d4b72a65298aae0f4cf888504.tar.gz
hdf5-0e830ba4360a154d4b72a65298aae0f4cf888504.tar.bz2
Merge from develop and 1.12
Comments and whitespace No cache, select or file-locking changes
Diffstat (limited to 'src/H5EAstat.c')
-rw-r--r--src/H5EAstat.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/H5EAstat.c b/src/H5EAstat.c
index 1e0197d..35a2462 100644
--- a/src/H5EAstat.c
+++ b/src/H5EAstat.c
@@ -82,15 +82,15 @@
*/
BEGIN_FUNC(PRIV, NOERR, herr_t, SUCCEED, -, H5EA_get_stats(const H5EA_t *ea, H5EA_stat_t *stats))
-/* Local variables */
+ /* Local variables */
-/*
- * Check arguments.
- */
-HDassert(ea);
-HDassert(stats);
+ /*
+ * Check arguments.
+ */
+ HDassert(ea);
+ HDassert(stats);
-/* Copy extensible array statistics */
-H5MM_memcpy(stats, &ea->hdr->stats, sizeof(ea->hdr->stats));
+ /* Copy extensible array statistics */
+ H5MM_memcpy(stats, &ea->hdr->stats, sizeof(ea->hdr->stats));
END_FUNC(PRIV) /* end H5EA_get_stats() */