From cec7cd30fd5ce4b9c3dd04e39f80573d45f8476a Mon Sep 17 00:00:00 2001 From: Muhammet Kara Date: Fri, 7 Feb 2020 00:07:25 +0300 Subject: 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 --- bin/update_pch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin') 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 -# undef RGB +#include +#undef RGB #endif """ f.write(ado_define) -- cgit