summaryrefslogtreecommitdiff
path: root/configmgr/source/additions.hxx
diff options
context:
space:
mode:
authorPhilipp Hofer <philipp.hofer@protonmail.com>2020-11-12 12:52:11 +0100
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2020-11-22 01:57:11 +0100
commit315f270d2db7541e9400852b070afb30f371f644 (patch)
tree19dee369c79fd0f48976aed0133c34f788303909 /configmgr/source/additions.hxx
parent1e17165f6643afe583bb97a40fb25ecb7bab24d9 (diff)
tdf#123936 Formatting files in module configmgr with clang-format
Change-Id: I51bd9777e51e4d8b745791bdde41e142db217d32 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105655 Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> Tested-by: Jenkins
Diffstat (limited to 'configmgr/source/additions.hxx')
-rw-r--r--configmgr/source/additions.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/configmgr/source/additions.hxx b/configmgr/source/additions.hxx
index 6dedf1b5303e..9f50f187813b 100644
--- a/configmgr/source/additions.hxx
+++ b/configmgr/source/additions.hxx
@@ -25,10 +25,10 @@
#include <vector>
-namespace configmgr {
+namespace configmgr
+{
// Additions is a list of configuration node paths
-typedef std::vector< std::vector<OUString> > Additions;
-
+typedef std::vector<std::vector<OUString>> Additions;
}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */