From fddcbd5d28bb58993ee3d210f1d11e57c70a8894 Mon Sep 17 00:00:00 2001 From: Philipp Hofer Date: Thu, 12 Nov 2020 12:52:55 +0100 Subject: tdf#123936 Formatting files in module cppu with clang-format Change-Id: I98281fce06c2a8c094db9e80c1f6bdf35ce70ccd Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105657 Tested-by: Christian Lohmaier Reviewed-by: Christian Lohmaier --- cppu/source/uno/IdentityMapping.hxx | 7 +++++-- cppu/source/uno/loadmodule.hxx | 12 +++++++----- 2 files changed, 12 insertions(+), 7 deletions(-) (limited to 'cppu') diff --git a/cppu/source/uno/IdentityMapping.hxx b/cppu/source/uno/IdentityMapping.hxx index 4a6db6d81bc1..8ba081b0099f 100644 --- a/cppu/source/uno/IdentityMapping.hxx +++ b/cppu/source/uno/IdentityMapping.hxx @@ -21,8 +21,11 @@ #include -namespace com::sun::star::uno { class Environment; } +namespace com::sun::star::uno +{ +class Environment; +} -uno_Mapping * createIdentityMapping(const css::uno::Environment & rEnv); +uno_Mapping* createIdentityMapping(const css::uno::Environment& rEnv); /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/cppu/source/uno/loadmodule.hxx b/cppu/source/uno/loadmodule.hxx index 4d6c322c1078..694b1402492e 100644 --- a/cppu/source/uno/loadmodule.hxx +++ b/cppu/source/uno/loadmodule.hxx @@ -22,10 +22,13 @@ #include #include -namespace osl { class Module; } - -namespace cppu::detail { +namespace osl +{ +class Module; +} +namespace cppu::detail +{ #ifndef DISABLE_DYNLOADING /** Load a module. @@ -36,10 +39,9 @@ namespace cppu::detail { @return false if the module could not be loaded, otherwise true */ -bool loadModule(osl::Module & rModule, OUString const & name); +bool loadModule(osl::Module& rModule, OUString const& name); #endif - } /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ -- cgit