summaryrefslogtreecommitdiff
path: root/sfx2/inc/arrdecl.hxx
diff options
context:
space:
mode:
authorMuhammet Kara <muhammet.kara@collabora.com>2020-02-16 15:41:27 +0300
committerMuhammet Kara <muhammet.kara@collabora.com>2020-02-16 15:14:16 +0100
commit5c30117af73db865da11876c53de60bd613b2973 (patch)
tree5e151e15b636fa7e88def3810f77defc8b6ebed6 /sfx2/inc/arrdecl.hxx
parent0adc9b615f118ebb78f5f2edfe0c1c0e41270d57 (diff)
clang-format sfx2 with under 5-percent lines of change
Files which could become clang-format conformant with under 5-percent lines of change relative to the total count of lines in the file are found by using bin/find-clang-format.py, and fixed with /opt/lo/bin/clang-format -i <path-of-the-file> There will be follow-up patches to fix all 'under-5-percent' files. Change-Id: I6b2e99a6485031e33c781be896e9426fffd08edf Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88779 Tested-by: Jenkins Reviewed-by: Muhammet Kara <muhammet.kara@collabora.com>
Diffstat (limited to 'sfx2/inc/arrdecl.hxx')
-rw-r--r--sfx2/inc/arrdecl.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/inc/arrdecl.hxx b/sfx2/inc/arrdecl.hxx
index 67387e0f071e..b777fad7aa48 100644
--- a/sfx2/inc/arrdecl.hxx
+++ b/sfx2/inc/arrdecl.hxx
@@ -23,7 +23,7 @@
#include <memory>
class SfxFilter;
-typedef ::std::vector< std::shared_ptr<const SfxFilter> > SfxFilterList_Impl;
+typedef ::std::vector<std::shared_ptr<const SfxFilter>> SfxFilterList_Impl;
#endif