summaryrefslogtreecommitdiffstats
path: root/src/H5Fpkg.h
diff options
context:
space:
mode:
authorgithub-actions <41898282+github-actions[bot]@users.noreply.github.com>2021-10-15 21:58:04 (GMT)
committergithub-actions <41898282+github-actions[bot]@users.noreply.github.com>2021-10-15 21:58:04 (GMT)
commit9d48ca295f5352a9f084fda84e23dc43eebf1648 (patch)
treedad6fc32871496f7a5219d36535c83569497a1b8 /src/H5Fpkg.h
parentde46905677068ce5f7fbaec9cad5becc037b0894 (diff)
downloadhdf5-9d48ca295f5352a9f084fda84e23dc43eebf1648.zip
hdf5-9d48ca295f5352a9f084fda84e23dc43eebf1648.tar.gz
hdf5-9d48ca295f5352a9f084fda84e23dc43eebf1648.tar.bz2
Committing clang-format changes
Diffstat (limited to 'src/H5Fpkg.h')
-rw-r--r--src/H5Fpkg.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/H5Fpkg.h b/src/H5Fpkg.h
index b9cc015..ae9c037 100644
--- a/src/H5Fpkg.h
+++ b/src/H5Fpkg.h
@@ -469,9 +469,9 @@ struct H5F_shared_t {
* manager
*/
- int vfd_swmr_log_fd;
+ int vfd_swmr_log_fd;
hbool_t use_vfd_swmr_log;
- double vfd_swmr_log_time_elapsed;
+ double vfd_swmr_log_time_elapsed;
/* Delayed free space release doubly linked list */
shadow_defree_queue_t shadow_defrees;
@@ -612,5 +612,5 @@ H5_DLL htri_t H5F__same_file_test(hid_t file_id1, hid_t file_id2);
H5_DLL herr_t H5F__reparse_file_lock_variable_test(void);
#endif /* H5F_TESTING */
-H5_DLL void* H5F_post_vfd_swrm_log_entry(H5F_t *f, int entry_type_code, char * body);
+H5_DLL void *H5F_post_vfd_swrm_log_entry(H5F_t *f, int entry_type_code, char *body);
#endif /* H5Fpkg_H */