diff options
author | Andrey Andreev <narf@devilix.net> | 2019-10-08 09:37:45 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-08 09:37:45 +0200 |
commit | 6f21b77955e5089bc07881adb209d2c23d9ba461 (patch) | |
tree | 8341b462ae9ddd09a6f43659711c6363fda473e5 /system/libraries/Profiler.php | |
parent | 5cd4c8e67c1f096b6cfbc4994608952c59b6dff8 (diff) | |
parent | 505f8491b056c3cd93fc73d61730963eddab6502 (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;">' |