diff options
author | Philipp Hofer <philipp.hofer@protonmail.com> | 2020-11-12 12:54:26 +0100 |
---|---|---|
committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2020-11-13 15:15:34 +0100 |
commit | eedafe6e5c1c1f598170e6349c29ed19437d1f8c (patch) | |
tree | f4b2dc05c217ce6cae998bb1adb04968c4e44fe4 /desktop/source/app/cmdlinehelp.hxx | |
parent | fddcbd5d28bb58993ee3d210f1d11e57c70a8894 (diff) |
tdf#123936 Formatting files in module desktop with clang-format
Change-Id: I39856d77a2ef506612b68fccfd0ba9c9d6b1debc
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105661
Tested-by: Jenkins
Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
Diffstat (limited to 'desktop/source/app/cmdlinehelp.hxx')
-rw-r--r-- | desktop/source/app/cmdlinehelp.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/desktop/source/app/cmdlinehelp.hxx b/desktop/source/app/cmdlinehelp.hxx index 668e93e469a4..5a32125053a0 100644 --- a/desktop/source/app/cmdlinehelp.hxx +++ b/desktop/source/app/cmdlinehelp.hxx @@ -23,8 +23,8 @@ namespace desktop { - void displayCmdlineHelp( OUString const & unknown ); - void displayVersion(); +void displayCmdlineHelp(OUString const& unknown); +void displayVersion(); } /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |