fixed CS
authorFabien Potencier <fabien.potencier@gmail.com>
Tue, 12 Jul 2011 07:50:37 +0000 (09:50 +0200)
committerFabien Potencier <fabien.potencier@gmail.com>
Tue, 12 Jul 2011 07:50:37 +0000 (09:50 +0200)
lib/Twig/Node/Expression/GetAttr.php

index fcf50f6..eb9e605 100644 (file)
@@ -20,9 +20,7 @@ class Twig_Node_Expression_GetAttr extends Twig_Node_Expression
     {
         $compiler->raw('$this->getAttribute(');
 
-        if ($this->hasAttribute('is_defined_test')
-            && $compiler->getEnvironment()->isStrictVariables()
-        ) {
+        if ($this->hasAttribute('is_defined_test') && $compiler->getEnvironment()->isStrictVariables()) {
             $compiler->subcompile(new Twig_Node_Expression_Filter(
                 $this->getNode('node'),
                 new Twig_Node_Expression_Constant('default', $this->getLine()),