Compiler.php - CS fix
authorJoseph Bielawski <stloyd@gmail.com>
Fri, 29 Apr 2011 09:59:03 +0000 (02:59 -0700)
committerJoseph Bielawski <stloyd@gmail.com>
Fri, 29 Apr 2011 09:59:03 +0000 (02:59 -0700)
lib/Twig/Compiler.php

index aef6a87..e103f4a 100644 (file)
@@ -74,8 +74,7 @@ class Twig_Compiler implements Twig_CompilerInterface
 
     public function subcompile(Twig_NodeInterface $node, $raw = true)
     {
-        if (false === $raw)
-        {
+        if (false === $raw) {
             $this->addIndentation();
         }