summaryrefslogtreecommitdiffstats
path: root/filter/qa
diff options
context:
space:
mode:
authorMuhammet Kara <muhammet.kara@collabora.com>2020-02-16 14:44:52 +0300
committerMuhammet Kara <muhammet.kara@collabora.com>2020-02-16 14:10:39 +0100
commitc691aed63451ba441d45d2feb90f7266e12366f4 (patch)
tree37879f918bf7a65b1237b517190cb01f4c8478f2 /filter/qa
parentclang-format c*,d*,e* with under 5-percent lines of change (diff)
downloadcore-c691aed63451ba441d45d2feb90f7266e12366f4.tar.gz
core-c691aed63451ba441d45d2feb90f7266e12366f4.zip
clang-format f*,h* 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: I702c09bcd3a9a113b3d66c30edb6cf3b7e6a6593 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88776 Tested-by: Jenkins Reviewed-by: Muhammet Kara <muhammet.kara@collabora.com>
Diffstat (limited to 'filter/qa')
-rw-r--r--filter/qa/unit/filter-dialogs-test.cxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/filter/qa/unit/filter-dialogs-test.cxx b/filter/qa/unit/filter-dialogs-test.cxx
index 5bddb6ccefe0..d74f1dadc0ee 100644
--- a/filter/qa/unit/filter-dialogs-test.cxx
+++ b/filter/qa/unit/filter-dialogs-test.cxx
@@ -36,9 +36,7 @@ public:
CPPUNIT_TEST_SUITE_END();
};
-FilterDialogsTest::FilterDialogsTest()
-{
-}
+FilterDialogsTest::FilterDialogsTest() {}
void FilterDialogsTest::registerKnownDialogsByID(mapType& /*rKnownDialogs*/)
{