summaryrefslogtreecommitdiffstats
path: root/system/core/Lang.php
diff options
context:
space:
mode:
authorTimothy Warren <tim@timshomepage.net>2012-04-23 17:58:16 +0200
committerTimothy Warren <tim@timshomepage.net>2012-04-23 17:58:16 +0200
commit48a7fbbeb53e82e9298036d40c42ec2564699ed0 (patch)
tree37d4695d18579ecae45b6c49c2719e87696bfc21 /system/core/Lang.php
parentc8a2a60c1075e5f725967962663127dad0f9e2e1 (diff)
Use tabs to separate class properties
Diffstat (limited to 'system/core/Lang.php')
-rwxr-xr-xsystem/core/Lang.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/system/core/Lang.php b/system/core/Lang.php
index 7abdc6102..2963012fc 100755
--- a/system/core/Lang.php
+++ b/system/core/Lang.php
@@ -41,14 +41,14 @@ class CI_Lang {
*
* @var array
*/
- public $language = array();
+ public $language = array();
/**
* List of loaded language files
*
* @var array
*/
- public $is_loaded = array();
+ public $is_loaded = array();
/**
* Initialize language class