From 91a091abc17714e00b870b36e5f1d2bb8f009fb2 Mon Sep 17 00:00:00 2001 From: Rick Ellis Date: Wed, 1 Oct 2008 01:07:23 +0000 Subject: Removed some stray tabs --- system/libraries/Benchmark.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/system/libraries/Benchmark.php b/system/libraries/Benchmark.php index b5a9a6526..4984bb158 100644 --- a/system/libraries/Benchmark.php +++ b/system/libraries/Benchmark.php @@ -47,7 +47,7 @@ class CI_Benchmark { { $this->marker[$name] = microtime(); } - + // -------------------------------------------------------------------- /** @@ -80,13 +80,13 @@ class CI_Benchmark { { $this->marker[$point2] = microtime(); } - + list($sm, $ss) = explode(' ', $this->marker[$point1]); list($em, $es) = explode(' ', $this->marker[$point2]); return number_format(($em + $es) - ($sm + $ss), $decimals); } - + // -------------------------------------------------------------------- /** -- cgit v1.2.3-24-g4f1b