Passed
Push — templating ( 0cf8c2...d1ec7e )
by Daniel
03:46
created
services/tree/display.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -176,7 +176,7 @@
 block discarded – undo
176 176
 		for ($i = 0, $size = sizeof($data); $i < $size; $i++)
177 177
 		{
178 178
 			$row 		= $data[$i];
179
-			$this_depth	= $parental_depth[$row[$this->column_parent_id]] + 1;
179
+			$this_depth = $parental_depth[$row[$this->column_parent_id]] + 1;
180 180
 			$repeat		= (int) abs($prev_depth - $this_depth);
181 181
 
182 182
 			$nodes[]	= array_merge(array(
Please login to merge, or discard this patch.
services/blocks/blocks.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -123,7 +123,7 @@
 block discarded – undo
123 123
 			);
124 124
 
125 125
 			// we get the template after running 'display()' above so template can be set dynamically
126
-			$returned_data['template']	= $block_instance->get_template();
126
+			$returned_data['template'] = $block_instance->get_template();
127 127
 
128 128
 			if ($this->block_has_content($returned_data, $edit_mode))
129 129
 			{
Please login to merge, or discard this patch.