summaryrefslogtreecommitdiffstats
path: root/src/H5FDprivate.h
diff options
context:
space:
mode:
authorDavid Young <dyoung@hdfgroup.org>2020-07-14 20:13:20 (GMT)
committerDavid Young <dyoung@hdfgroup.org>2020-07-14 20:13:20 (GMT)
commita0be3626c803caa2f4e0d9b3a4f5b51fc47e280a (patch)
tree5a30ff87d079c5c8a670077bf27eb94bdfcc3f57 /src/H5FDprivate.h
parent814b428b2a60fedc09e7c9c38915cccc24c917f5 (diff)
downloadhdf5-a0be3626c803caa2f4e0d9b3a4f5b51fc47e280a.zip
hdf5-a0be3626c803caa2f4e0d9b3a4f5b51fc47e280a.tar.gz
hdf5-a0be3626c803caa2f4e0d9b3a4f5b51fc47e280a.tar.bz2
Delete whitespace at EOL. NFCI.
Diffstat (limited to 'src/H5FDprivate.h')
-rw-r--r--src/H5FDprivate.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5FDprivate.h b/src/H5FDprivate.h
index ae36ce9..0c3f5a5 100644
--- a/src/H5FDprivate.h
+++ b/src/H5FDprivate.h
@@ -351,7 +351,7 @@ H5_DLL herr_t H5FD_get_driver_name(const H5FD_t *file, char **driver_name);
H5_DLL int shadow_image_defer_free(struct H5F_shared_t *,
const H5FD_vfd_swmr_idx_entry_t *);
H5_DLL herr_t H5FD_vfd_swmr_get_tick_and_idx(H5FD_t *_file, hbool_t read_index,
- uint64_t *tick_ptr, uint32_t *num_entries_ptr,
+ uint64_t *tick_ptr, uint32_t *num_entries_ptr,
H5FD_vfd_swmr_idx_entry_t index[]);
H5_DLL H5FD_vfd_swmr_idx_entry_t *vfd_swmr_enlarge_shadow_index(struct H5F_t *);
H5_DLL void H5FD_vfd_swmr_dump_status(H5FD_t *, uint64_t);