summaryrefslogtreecommitdiff
path: root/connectivity/inc
diff options
context:
space:
mode:
authorMuhammet Kara <muhammet.kara@collabora.com>2020-02-07 00:07:25 +0300
committerMuhammet Kara <muhammet.kara@collabora.com>2020-02-07 00:07:31 +0100
commitcec7cd30fd5ce4b9c3dd04e39f80573d45f8476a (patch)
treef17a117fcffb5d5907459a19ec185df5f9111de0 /connectivity/inc
parent87a8b2c0d1002bff4f6268ac8673dd32fc7762b9 (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 'connectivity/inc')
-rw-r--r--connectivity/inc/pch/precompiled_ado.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/connectivity/inc/pch/precompiled_ado.hxx b/connectivity/inc/pch/precompiled_ado.hxx
index 90e1a8ed1129..ee8f95bcf312 100644
--- a/connectivity/inc/pch/precompiled_ado.hxx
+++ b/connectivity/inc/pch/precompiled_ado.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 2020-02-01 19:24:06 using:
+ Generated on 2020-02-07 00:17:17 using:
./bin/update_pch connectivity ado --cutoff=2 --exclude:system --exclude:module --exclude:local
If after updating build fails, use the following command to locate conflicting headers:
@@ -109,8 +109,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: */