From 6e0f60fa4ad985b3939ce3ac26bc8cb68fb41470 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Thu, 22 Feb 2018 08:36:23 +0100 Subject: Add wrongly formatted file to blacklist Change-Id: Ia9ec032eb40e4152e881b466311f7e34c845addc --- include/comphelper/windowsdebugoutput.hxx | 6 ++++-- 1 file 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 -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 -- cgit