Skip to content

Commit

Permalink
fs-modules: Format fs_init.h headers.
Browse files Browse the repository at this point in the history
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
  • Loading branch information
rinrab committed Sep 21, 2024
1 parent d5550b3 commit 94aee87
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions subversion/libsvn_fs_fs/fs_init.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions subversion/libsvn_fs_x/fs_init.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 94aee87

Please sign in to comment.