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/inc | |
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/inc')
-rw-r--r-- | desktop/inc/migration.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/desktop/inc/migration.hxx b/desktop/inc/migration.hxx index e28b8f9a55d3..bbe420f0c31c 100644 --- a/desktop/inc/migration.hxx +++ b/desktop/inc/migration.hxx @@ -19,8 +19,8 @@ #pragma once -namespace desktop { - +namespace desktop +{ class Migration { public: |