From: hickert Date: Tue, 27 Mar 2007 07:38:45 +0000 (+0000) Subject: Fixed code indent. X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=31f3b8fa35d0237eca010ba9d24619e7fd801d23;p=gosa.git Fixed code indent. This commit should close the Ticket #8 (Add/Change #8 (Templates - Create some kind of templates.)) closes: #8 wontfix > third try with : git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@5897 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/include/sieve/class_My_Tree.inc b/include/sieve/class_My_Tree.inc index 7afb53dfb..6f68bf683 100644 --- a/include/sieve/class_My_Tree.inc +++ b/include/sieve/class_My_Tree.inc @@ -17,11 +17,11 @@ class My_Tree extends Tree var $pap = array(); var $parent = NULL; - function My_Tree(&$root,$parent) - { + function My_Tree(&$root,$parent) + { $this->parent = $parent; - $this->_construct($root); - } + $this->_construct($root); + } function execute() { @@ -56,7 +56,7 @@ class My_Tree extends Tree $block_indent_start = $smarty->fetch(get_template_path("templates/block_indent_start.tpl",TRUE,dirname(__FILE__))); $block_indent_stop = $smarty->fetch(get_template_path("templates/block_indent_stop.tpl",TRUE,dirname(__FILE__))); - + $this -> dump_ = ""; $ends = array(); $ends_complete_block = array();