From 9d48ca295f5352a9f084fda84e23dc43eebf1648 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 15 Oct 2021 21:58:04 +0000 Subject: Committing clang-format changes --- src/H5Fint.c | 4 ++-- src/H5Fpkg.h | 6 +++--- src/H5Fvfd_swmr.c | 6 +++--- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/H5Fint.c b/src/H5Fint.c index 3c4006b..4a88b8c 100644 --- a/src/H5Fint.c +++ b/src/H5Fint.c @@ -2014,9 +2014,9 @@ H5F_open(const char *name, unsigned flags, hid_t fcpl_id, hid_t fapl_id) /* Short cuts */ shared = file->shared; #if 1 /* Kent*/ - H5F_post_vfd_swrm_log_entry(file,0,NULL); + H5F_post_vfd_swrm_log_entry(file, 0, NULL); #endif - lf = shared->lf; + lf = shared->lf; /* Set the file locking flag. If the file is already open, the file * requested file locking flag must match that of the open file. 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 */ diff --git a/src/H5Fvfd_swmr.c b/src/H5Fvfd_swmr.c index f5e13ab..5ef8260 100644 --- a/src/H5Fvfd_swmr.c +++ b/src/H5Fvfd_swmr.c @@ -1887,7 +1887,7 @@ done: FUNC_LEAVE_NOAPI(ret_value) } -void* H5F_post_vfd_swrm_log_entry(H5F_t *f, int entry_type_code, char * body) { - - +void * +H5F_post_vfd_swrm_log_entry(H5F_t *f, int entry_type_code, char *body) +{ } -- cgit v0.12