summaryrefslogtreecommitdiffstats
path: root/system/codeigniter/Compat.php
diff options
context:
space:
mode:
Diffstat (limited to 'system/codeigniter/Compat.php')
-rw-r--r--system/codeigniter/Compat.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/codeigniter/Compat.php b/system/codeigniter/Compat.php
index 56ebbf45d..8537432f5 100644
--- a/system/codeigniter/Compat.php
+++ b/system/codeigniter/Compat.php
@@ -36,7 +36,7 @@
* will generate errors when running under PHP 4
*
*/
-if ( ! defined('E_STRICT'))
+if (! defined('E_STRICT'))
{
define('E_STRICT', 2048);
}