]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
SourceFormat Enforcement
authorAutomatic source maintenance <squidadm@squid-cache.org>
Tue, 20 Nov 2012 01:13:20 +0000 (18:13 -0700)
committerAutomatic source maintenance <squidadm@squid-cache.org>
Tue, 20 Nov 2012 01:13:20 +0000 (18:13 -0700)
src/esi/Esi.cc

index f1e4327c581712524d9702f71d1b83fc369f72da..082b6e123d0d850644f03ecea075ee46b213cd5d 100644 (file)
@@ -969,9 +969,9 @@ ESIContext::ParserState::top()
 }
 
 ESIContext::ParserState::ParserState() :
-stackdepth(0),
-parsing(0),
-inited_(false)
+        stackdepth(0),
+        parsing(0),
+        inited_(false)
 {}
 
 bool