From 5bc66b10bb8a1316d243c1bd4c4bf17ae3427828 Mon Sep 17 00:00:00 2001 From: Automatic source maintenance Date: Sat, 26 Sep 2009 18:12:48 -0600 Subject: [PATCH] SourceFormat Enforcement --- src/esi/Module.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.3