summaryrefslogtreecommitdiffstats
path: root/system/core/Output.php
diff options
context:
space:
mode:
authorAndrey Andreev <narf@bofh.bg>2013-04-05 18:31:04 +0200
committerAndrey Andreev <narf@bofh.bg>2013-04-05 18:31:04 +0200
commit8e038d50e8c94d610bfdedf01318462b7ddd8670 (patch)
tree04db4ed1d8bd76571a7d3bb8dc9cd85bc22a1422 /system/core/Output.php
parentccdd4290aca2ddb3c64ca3db57e1da5c34537a6a (diff)
[ci skip] Replace spaces with tabs
Diffstat (limited to 'system/core/Output.php')
-rw-r--r--system/core/Output.php12
1 files changed, 6 insertions, 6 deletions
diff --git a/system/core/Output.php b/system/core/Output.php
index 8f4690052..06d7a866b 100644
--- a/system/core/Output.php
+++ b/system/core/Output.php
@@ -854,12 +854,12 @@ class CI_Output {
$chunks = preg_split('/([\'|"]).+(?![^\\\]\\1)\\1/iU', $output, -1, PREG_SPLIT_OFFSET_CAPTURE);
for ($i = count($chunks) - 1; $i >= 0; $i--)
{
- $output = substr_replace(
- $output,
- preg_replace('/\s*(:|;|,|}|{|\(|\))\s*/i', '$1', $chunks[$i][0]),
- $chunks[$i][1],
- strlen($chunks[$i][0])
- );
+ $output = substr_replace(
+ $output,
+ preg_replace('/\s*(:|;|,|}|{|\(|\))\s*/i', '$1', $chunks[$i][0]),
+ $chunks[$i][1],
+ strlen($chunks[$i][0])
+ );
}
// Replace tabs with spaces