commit | af01fb100a153849568cb2a2dc38fb9875d3e37d | [log] [tgz] |
---|---|---|
author | Andrey Andreev <narf@devilix.net> | Fri Jan 03 16:57:44 2014 +0200 |
committer | Andrey Andreev <narf@devilix.net> | Fri Jan 03 16:57:44 2014 +0200 |
tree | 161f07cc5786536cc2a81980419a31308df00a1d | |
parent | e540341ce42bc528632c2f96a0c7cd12fbce6a28 [diff] [blame] |
[ci skip] Remove a few spaces
diff --git a/system/core/Loader.php b/system/core/Loader.php index 70c1e41..334a5c4 100644 --- a/system/core/Loader.php +++ b/system/core/Loader.php
@@ -472,16 +472,16 @@ /** * Clear Cached Variables - * + * * Clears the cached variables. - * + * * @return void */ public function clear_vars() { $this->_ci_cached_vars = array(); } - + // -------------------------------------------------------------------- /**