From d349d17c5d99fdec4480fce5d44452d4106eebb0 Mon Sep 17 00:00:00 2001 From: Source Maintenance Date: Thu, 20 Aug 2015 12:12:20 +0000 Subject: [PATCH] SourceFormat Enforcement --- src/esi/Libxml2Parser.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/esi/Libxml2Parser.h b/src/esi/Libxml2Parser.h index 6128716170..28c2ed1db6 100644 --- a/src/esi/Libxml2Parser.h +++ b/src/esi/Libxml2Parser.h @@ -25,7 +25,7 @@ #undef free #endif -#if __clang__ +#if __clang__ // workaround for clang complaining of unknown attributes in libxml2 on fedora22 #ifdef LIBXML_ATTR_ALLOC_SIZE #undef LIBXML_ATTR_ALLOC_SIZE -- 2.47.3