Switched a tab to four spaces
authorJannis Grimm <jannis@gje.ch>
Mon, 25 Jul 2011 21:10:29 +0000 (23:10 +0200)
committerJannis Grimm <jannis@gje.ch>
Mon, 25 Jul 2011 21:10:29 +0000 (23:10 +0200)
lib/Twig/Node/Module.php

index 7079227..4d8fb43 100644 (file)
@@ -132,7 +132,7 @@ class Twig_Node_Module extends Twig_Node
             ->write("public function __construct(Twig_Environment \$env)\n", "{\n")
             ->indent()
             ->write("parent::__construct(\$env);\n\n")
-               ->write("\$this->parent = array();\n")
+            ->write("\$this->parent = array();\n")
         ;
 
         $countTraits = count($this->getNode('traits'));