diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2018-02-22 08:36:23 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2018-02-22 08:36:23 +0100 |
commit | 6e0f60fa4ad985b3939ce3ac26bc8cb68fb41470 (patch) | |
tree | 73a01bfdd30583b1cf0647bf17b1dda352709bba /include | |
parent | 50d0ec571f302fe54ac7ddac827b571c94554bec (diff) |
Add wrongly formatted file to blacklist
Change-Id: Ia9ec032eb40e4152e881b466311f7e34c845addc
Diffstat (limited to 'include')
-rw-r--r-- | include/comphelper/windowsdebugoutput.hxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/include/comphelper/windowsdebugoutput.hxx b/include/comphelper/windowsdebugoutput.hxx index d4e3372d5bec..ac8f0be943f2 100644 --- a/include/comphelper/windowsdebugoutput.hxx +++ b/include/comphelper/windowsdebugoutput.hxx @@ -29,8 +29,10 @@ #endif #include <initguid.h> -namespace { -DEFINE_GUID(IID_IdentityUnmarshal, 0x0000001B, 0x0000, 0x0000, 0xC0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x46); +namespace +{ +DEFINE_GUID(IID_IdentityUnmarshal, 0x0000001B, 0x0000, 0x0000, 0xC0, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x46); } template <typename charT, typename traits> |