diff options
author | Andrey Andreev <narf@devilix.net> | 2014-01-03 15:57:44 +0100 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2014-01-03 15:57:44 +0100 |
commit | af01fb100a153849568cb2a2dc38fb9875d3e37d (patch) | |
tree | 161f07cc5786536cc2a81980419a31308df00a1d /system | |
parent | e540341ce42bc528632c2f96a0c7cd12fbce6a28 (diff) |
[ci skip] Remove a few spaces
Diffstat (limited to 'system')
-rw-r--r-- | system/core/Loader.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/system/core/Loader.php b/system/core/Loader.php index 70c1e4154..334a5c46e 100644 --- a/system/core/Loader.php +++ b/system/core/Loader.php @@ -472,16 +472,16 @@ class CI_Loader { /** * Clear Cached Variables - * + * * Clears the cached variables. - * + * * @return void */ public function clear_vars() { $this->_ci_cached_vars = array(); } - + // -------------------------------------------------------------------- /** |