Completed
Push — master ( fc4fd5...d12ea0 )
by Jacob
03:43
created
utility/Debugger.class.inc.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -81,9 +81,9 @@
 block discarded – undo
81 81
 
82 82
 	public static function display()
83 83
 	{
84
-    if ($_COOKIE['debugger'] == 'display' && self::instance()->display) {
84
+	if ($_COOKIE['debugger'] == 'display' && self::instance()->display) {
85 85
 			self::instance()->profiler->display();
86
-    }
86
+	}
87 87
 	}
88 88
 
89 89
 }
Please login to merge, or discard this patch.