From 956eeb2334e34ea633c5b98afde4e0c7e75da9b5 Mon Sep 17 00:00:00 2001 From: Tim Starling Date: Sat, 28 May 2005 07:00:28 +0000 Subject: [PATCH] formatting tweak --- includes/Profiling.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.20.1