diff options
author | Muhammet Kara <muhammet.kara@collabora.com> | 2020-02-07 00:07:25 +0300 |
---|---|---|
committer | Muhammet Kara <muhammet.kara@collabora.com> | 2020-02-07 00:07:31 +0100 |
commit | cec7cd30fd5ce4b9c3dd04e39f80573d45f8476a (patch) | |
tree | f17a117fcffb5d5907459a19ec185df5f9111de0 /solenv | |
parent | 87a8b2c0d1002bff4f6268ac8673dd32fc7762b9 (diff) |
Remove erroneous whitespace in update_pch
This was causing generation of code in violation of clang-format
conformance in these files:
* xmlsecurity/inc/pch/precompiled_xsec_xmlsec.hxx
* connectivity/inc/pch/precompiled_ado.hxx
Also remove these 2 files from the clang-format blacklist.
Change-Id: I882028c0553a3ff7fb356611f498d50dea984a7f
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88143
Tested-by: Jenkins
Reviewed-by: Muhammet Kara <muhammet.kara@collabora.com>
Diffstat (limited to 'solenv')
-rw-r--r-- | solenv/clang-format/blacklist | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/solenv/clang-format/blacklist b/solenv/clang-format/blacklist index 7b2278628ff2..e6e9b3d97eaf 100644 --- a/solenv/clang-format/blacklist +++ b/solenv/clang-format/blacklist @@ -1873,7 +1873,6 @@ configmgr/source/xcuparser.cxx configmgr/source/xcuparser.hxx configmgr/source/xmldata.cxx configmgr/source/xmldata.hxx -connectivity/inc/pch/precompiled_ado.hxx connectivity/inc/strings.hxx connectivity/qa/connectivity/ado/DriverTest.cxx connectivity/qa/connectivity/commontools/FValue_test.cxx @@ -18690,7 +18689,6 @@ xmlsecurity/inc/framework/xmlsignaturetemplateimpl.hxx xmlsecurity/inc/gpg/SEInitializer.hxx xmlsecurity/inc/gpg/xmlsignature_gpgimpl.hxx xmlsecurity/inc/macrosecurity.hxx -xmlsecurity/inc/pch/precompiled_xsec_xmlsec.hxx xmlsecurity/inc/xmlsec/saxhelper.hxx xmlsecurity/inc/xmlsec/xmldocumentwrapper_xmlsecimpl.hxx xmlsecurity/inc/xmlsec/xmlstreamio.hxx |