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 /xmlsecurity | |
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 'xmlsecurity')
-rw-r--r-- | xmlsecurity/inc/pch/precompiled_xsec_xmlsec.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/xmlsecurity/inc/pch/precompiled_xsec_xmlsec.hxx b/xmlsecurity/inc/pch/precompiled_xsec_xmlsec.hxx index 51a26bd98cc4..d1d1c82f6eeb 100644 --- a/xmlsecurity/inc/pch/precompiled_xsec_xmlsec.hxx +++ b/xmlsecurity/inc/pch/precompiled_xsec_xmlsec.hxx @@ -13,7 +13,7 @@ manual changes will be rewritten by the next run of update_pch.sh (which presumably also fixes all possible problems, so it's usually better to use it). - Generated on 2019-10-17 15:18:01 using: + Generated on 2020-02-07 00:16:39 using: ./bin/update_pch xmlsecurity xsec_xmlsec --cutoff=2 --exclude:system --include:module --include:local If after updating build fails, use the following command to locate conflicting headers: @@ -136,8 +136,8 @@ // Cleanup windows header macro pollution. #if defined(_WIN32) && defined(WINAPI) -# include <postwin.h> -# undef RGB +#include <postwin.h> +#undef RGB #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |