From: Tim Starling Date: Sat, 28 May 2005 07:00:28 +0000 (+0000) Subject: formatting tweak X-Git-Tag: 1.5.0alpha2~71 X-Git-Url: http://git.heureux-cyclage.org/?a=commitdiff_plain;h=956eeb2334e34ea633c5b98afde4e0c7e75da9b5;p=lhc%2Fweb%2Fwiklou.git formatting tweak --- diff --git a/includes/Profiling.php b/includes/Profiling.php index c077f2ce3e..958abac8a6 100755 --- a/includes/Profiling.php +++ b/includes/Profiling.php @@ -67,7 +67,7 @@ class Profiler { global $wgDebugProfiling, $wgDebugFunctionEntry; if ($wgDebugFunctionEntry && function_exists('wfDebug')) { - wfDebug(str_repeat(' ', count($this->mWorkStack)).'Exiting '.$functionname."\n"); + wfDebug(str_repeat(' ', count($this->mWorkStack) - 1).'Exiting '.$functionname."\n"); } $bit = array_pop($this->mWorkStack);