From f99e765cb303e37e6b6c983d3ee040fa36c1e52c Mon Sep 17 00:00:00 2001 From: Muhammet Kara Date: Sun, 16 Feb 2020 13:32:38 +0300 Subject: clang-format c*,d*,e* 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 There will be follow-up patches to fix all 'under-5-percent' files. Change-Id: I06087a1385ca9da6a28d36ea4c0d2e40bdbf8f03 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88774 Tested-by: Jenkins Reviewed-by: Muhammet Kara --- dbaccess/qa/unit/dbaccess-dialogs-test.cxx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'dbaccess/qa/unit/dbaccess-dialogs-test.cxx') diff --git a/dbaccess/qa/unit/dbaccess-dialogs-test.cxx b/dbaccess/qa/unit/dbaccess-dialogs-test.cxx index e5a463b9ab78..e1156b0edf4d 100644 --- a/dbaccess/qa/unit/dbaccess-dialogs-test.cxx +++ b/dbaccess/qa/unit/dbaccess-dialogs-test.cxx @@ -39,9 +39,7 @@ public: CPPUNIT_TEST_SUITE_END(); }; -DbaccessDialogsTest::DbaccessDialogsTest() -{ -} +DbaccessDialogsTest::DbaccessDialogsTest() {} void DbaccessDialogsTest::registerKnownDialogsByID(mapType& /*rKnownDialogs*/) { -- cgit