diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2017-09-19 16:46:28 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2017-09-19 16:46:28 +0200 |
commit | 5688a2ffd903738985ce1d4838b510d1999cdc7e (patch) | |
tree | 25cd61ee6eb7d3a67608295348c2079bd77e4ab2 | |
parent | f44aa84331cfa22db6e85e238b6cee698a8d9978 (diff) |
xmlsecurity: be consistent inside #ifdef _WIN32
The other ifdef doesn't influence indentation, so don't do it here,
either.
Change-Id: I84259a46d1f66180e4fea295930f40b2b83e58fc
-rw-r--r-- | xmlsecurity/qa/unit/pdfsigning/pdfsigning.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
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; |