diff options
author | Philipp Hofer <philipp.hofer@protonmail.com> | 2020-11-12 12:50:46 +0100 |
---|---|---|
committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2020-11-13 15:14:18 +0100 |
commit | 7ebd82e885b60552464e060236e869162fcadc71 (patch) | |
tree | ec10cddf9c81d91458ea6eec9c901f87a3c74885 /cli_ure/source/native/assembly.cxx | |
parent | 71b69ac75b623fc2f36c5c1a0ba632152aa101b8 (diff) |
tdf#123936 Formatting files in module cli_ure with clang-format
Change-Id: I721878c8c7a56f311d1a087618895a2ddb3b6d7f
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105651
Tested-by: Jenkins
Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
Diffstat (limited to 'cli_ure/source/native/assembly.cxx')
-rw-r--r-- | cli_ure/source/native/assembly.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/cli_ure/source/native/assembly.cxx b/cli_ure/source/native/assembly.cxx index 521f5a4842b1..75e33e8c7ff0 100644 --- a/cli_ure/source/native/assembly.cxx +++ b/cli_ure/source/native/assembly.cxx @@ -17,10 +17,10 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -[assembly:System::Reflection::AssemblyProduct( "CLI-UNO Language Binding" )]; -[assembly:System::Reflection::AssemblyDescription( "CLI-UNO Helper Library" )]; +[assembly:System::Reflection::AssemblyProduct("CLI-UNO Language Binding")]; +[assembly:System::Reflection::AssemblyDescription("CLI-UNO Helper Library")]; [assembly:System::Reflection::AssemblyDelaySign(true)]; -[assembly:System::Reflection::AssemblyCompany( "OpenOffice.org" )]; -[assembly:System::Reflection::AssemblyVersion( "@CLI_CPPUHELPER_NEW_VERSION@" )]; +[assembly:System::Reflection::AssemblyCompany("OpenOffice.org")]; +[assembly:System::Reflection::AssemblyVersion("@CLI_CPPUHELPER_NEW_VERSION@")]; /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |