[Libreoffice-commits] core.git: include/comphelper

Stephan Bergmann sbergman at redhat.com
Thu Feb 22 07:37:14 UTC 2018


 include/comphelper/windowsdebugoutput.hxx |    6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

New commits:
commit 6e0f60fa4ad985b3939ce3ac26bc8cb68fb41470
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Thu Feb 22 08:36:23 2018 +0100

    Add wrongly formatted file to blacklist
    
    Change-Id: Ia9ec032eb40e4152e881b466311f7e34c845addc

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>


More information about the Libreoffice-commits mailing list