From 94aee87aad6b7d08fd49f86f0b0e1c0206c73d70 Mon Sep 17 00:00:00 2001 From: Timofei Zhakov Date: Sat, 21 Sep 2024 11:41:36 +0000 Subject: [PATCH] fs-modules: Format fs_init.h headers. No functional changes. * subversion/libsvn_fs_fs/fs_init.h, subversion/libsvn_fs_x/fs_init.h. (svn_fs_*__init): Wrap the declarations correctly. git-svn-id: https://svn.apache.org/repos/asf/subversion/trunk@1920826 13f79535-47bb-0310-9956-ffa450edef68 --- subversion/libsvn_fs_fs/fs_init.h | 4 ++-- subversion/libsvn_fs_x/fs_init.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/subversion/libsvn_fs_fs/fs_init.h b/subversion/libsvn_fs_fs/fs_init.h index 1d2febfe89257..b21ec23b271e9 100644 --- a/subversion/libsvn_fs_fs/fs_init.h +++ b/subversion/libsvn_fs_fs/fs_init.h @@ -27,7 +27,7 @@ #include "../libsvn_fs/fs-loader.h" svn_error_t *svn_fs_fs__init(const svn_version_t *loader_version, - fs_library_vtable_t **vtable, - apr_pool_t* common_pool); + fs_library_vtable_t **vtable, + apr_pool_t *common_pool); #endif diff --git a/subversion/libsvn_fs_x/fs_init.h b/subversion/libsvn_fs_x/fs_init.h index 8e1b645d3afd2..c6eeeb6b5da26 100644 --- a/subversion/libsvn_fs_x/fs_init.h +++ b/subversion/libsvn_fs_x/fs_init.h @@ -27,8 +27,8 @@ #include "../libsvn_fs/fs-loader.h" svn_error_t *svn_fs_x__init(const svn_version_t *loader_version, - fs_library_vtable_t **vtable, - apr_pool_t* common_pool); + fs_library_vtable_t **vtable, + apr_pool_t *common_pool); #endif