summaryrefslogtreecommitdiffstats
path: root/src/H5Fvfd_swmr.c
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/H5Fvfd_swmr.c
parentde46905677068ce5f7fbaec9cad5becc037b0894 (diff)
downloadhdf5-9d48ca295f5352a9f084fda84e23dc43eebf1648.zip
hdf5-9d48ca295f5352a9f084fda84e23dc43eebf1648.tar.gz
hdf5-9d48ca295f5352a9f084fda84e23dc43eebf1648.tar.bz2
Committing clang-format changes
Diffstat (limited to 'src/H5Fvfd_swmr.c')
-rw-r--r--src/H5Fvfd_swmr.c6
1 files changed, 3 insertions, 3 deletions
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)
+{
}