xmlsecurity/qa/unit/pdfsigning/pdfsigning.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit 5688a2ffd903738985ce1d4838b510d1999cdc7e Author: Miklos Vajna <[email protected]> Date: Tue Sep 19 16:46:28 2017 +0200 xmlsecurity: be consistent inside #ifdef _WIN32 The other ifdef doesn't influence indentation, so don't do it here, either. Change-Id: I84259a46d1f66180e4fea295930f40b2b83e58fc diff --git a/xmlsecurity/qa/unit/pdfsigning/pdfsigning.cxx b/xmlsecurity/qa/unit/pdfsigning/pdfsigning.cxx index 8d8e265c6aec..c3da91797458 100644 --- a/xmlsecurity/qa/unit/pdfsigning/pdfsigning.cxx +++ b/xmlsecurity/qa/unit/pdfsigning/pdfsigning.cxx @@ -20,8 +20,8 @@ #include <pdfio/pdfdocument.hxx> #ifdef _WIN32 - #define WIN32_LEAN_AND_MEAN - #include <windows.h> +#define WIN32_LEAN_AND_MEAN +#include <windows.h> #endif using namespace com::sun::star; _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
