]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
SourceFormat Enforcement
authorAutomatic source maintenance <squidadm@squid-cache.org>
Sun, 27 Sep 2009 00:12:48 +0000 (18:12 -0600)
committerAutomatic source maintenance <squidadm@squid-cache.org>
Sun, 27 Sep 2009 00:12:48 +0000 (18:12 -0600)
src/esi/Module.cc

index df2638cbaecd4a8f9d448513d8af5679dfffd32f..71b9be035eaa2bf8b6b2c313f6d6bb83bbb6dcc7 100644 (file)
@@ -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