From: Automatic source maintenance Date: Sun, 27 Sep 2009 00:12:48 +0000 (-0600) Subject: SourceFormat Enforcement X-Git-Tag: SQUID_3_2_0_1~690 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5bc66b10bb8a1316d243c1bd4c4bf17ae3427828;p=thirdparty%2Fsquid.git SourceFormat Enforcement --- diff --git a/src/esi/Module.cc b/src/esi/Module.cc index df2638cbae..71b9be035e 100644 --- a/src/esi/Module.cc +++ b/src/esi/Module.cc @@ -15,7 +15,7 @@ static ESIParser::Register *prExpat = 0; void Esi::Init() { assert(!prCustom); // we should be called once - + prCustom = new ESIParser::Register("custom", &ESICustomParser::NewParser); #if HAVE_LIBXML2