summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2014-01-03 15:57:44 +0100
committerAndrey Andreev <narf@devilix.net>2014-01-03 15:57:44 +0100
commitaf01fb100a153849568cb2a2dc38fb9875d3e37d (patch)
tree161f07cc5786536cc2a81980419a31308df00a1d
parente540341ce42bc528632c2f96a0c7cd12fbce6a28 (diff)
[ci skip] Remove a few spaces
-rw-r--r--system/core/Loader.php6
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();
}
-
+
// --------------------------------------------------------------------
/**