summaryrefslogtreecommitdiff
path: root/extensions/source/dbpilots
diff options
context:
space:
mode:
authorMuhammet Kara <muhammet.kara@collabora.com>2020-02-16 13:32:38 +0300
committerMuhammet Kara <muhammet.kara@collabora.com>2020-02-16 14:10:11 +0100
commitf99e765cb303e37e6b6c983d3ee040fa36c1e52c (patch)
treeaf3ade308690cb3c48831d26edff529de35dc10f /extensions/source/dbpilots
parent28b56c52f273a2a3471aa3ab17414648a6eb812d (diff)
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 <path-of-the-file> 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 <muhammet.kara@collabora.com>
Diffstat (limited to 'extensions/source/dbpilots')
-rw-r--r--extensions/source/dbpilots/dbpservices.hxx1
-rw-r--r--extensions/source/dbpilots/moduledbp.cxx1
2 files changed, 0 insertions, 2 deletions
diff --git a/extensions/source/dbpilots/dbpservices.hxx b/extensions/source/dbpilots/dbpservices.hxx
index 655c818501c7..2d135df17287 100644
--- a/extensions/source/dbpilots/dbpservices.hxx
+++ b/extensions/source/dbpilots/dbpservices.hxx
@@ -29,7 +29,6 @@ extern "C" {
void createRegistryInfo_OGridWizard();
void createRegistryInfo_OGroupBoxWizard();
void createRegistryInfo_OListComboWizard();
-
}
#endif
diff --git a/extensions/source/dbpilots/moduledbp.cxx b/extensions/source/dbpilots/moduledbp.cxx
index ce028b6d8d18..0a8f8fd4d291 100644
--- a/extensions/source/dbpilots/moduledbp.cxx
+++ b/extensions/source/dbpilots/moduledbp.cxx
@@ -17,7 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-
#include <componentmodule.cxx>
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */