diff options
author | Andrey Andreev <narf@devilix.net> | 2019-10-08 09:37:45 +0200 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2019-10-08 09:40:18 +0200 |
commit | deae7d79db2b4f157df32356c6c3e8acde6de3fb (patch) | |
tree | 7ed2885d4b044c69e188ac74c46a24a18f63e1ff /system/libraries/Profiler.php | |
parent | 521e967a310f1304fa70dcbcbc0aac7ad463e2c7 (diff) |
Merge pull request #5842 from sapics/chore/fix-indent
Fix indentation / clear whitespace
Diffstat (limited to 'system/libraries/Profiler.php')
-rw-r--r-- | system/libraries/Profiler.php | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/system/libraries/Profiler.php b/system/libraries/Profiler.php index 77af7b99b..d7a171f26 100644 --- a/system/libraries/Profiler.php +++ b/system/libraries/Profiler.php @@ -486,13 +486,13 @@ class CI_Profiler { { $pre = ''; $pre_close = ''; - + if (is_array($val) OR is_object($val)) { $val = print_r($val, TRUE); - + $pre = '<pre>' ; - $pre_close = '</pre>'; + $pre_close = '</pre>'; } $output .= '<tr><td style="padding:5px;vertical-align:top;color:#900;background-color:#ddd;">' @@ -524,13 +524,13 @@ class CI_Profiler { { $pre = ''; $pre_close = ''; - + if (is_array($val) OR is_object($val)) { $val = print_r($val, TRUE); - + $pre = '<pre>' ; - $pre_close = '</pre>'; + $pre_close = '</pre>'; } $output .= '<tr><td style="padding:5px;vertical-align:top;color:#900;background-color:#ddd;">' |