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 /bin | |
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 'bin')
-rwxr-xr-x | bin/update_pch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/update_pch b/bin/update_pch index 63e1d95faeec..8055007a3b25 100755 --- a/bin/update_pch +++ b/bin/update_pch @@ -891,8 +891,8 @@ def generate(includes, libname, filename, module): ado_define = """ // Cleanup windows header macro pollution. #if defined(_WIN32) && defined(WINAPI) -# include <postwin.h> -# undef RGB +#include <postwin.h> +#undef RGB #endif """ f.write(ado_define) |