summaryrefslogtreecommitdiffstats
path: root/system/core/Loader.php
diff options
context:
space:
mode:
authorPascal Kriete <pascal.kriete@ellislab.com>2011-02-14 19:27:07 +0100
committerPascal Kriete <pascal.kriete@ellislab.com>2011-02-14 19:27:07 +0100
commit5d5895fd1084cd62721afd4c5f875eb2f99eefc4 (patch)
tree5f61ea1933d027627805103c61a3289e59516356 /system/core/Loader.php
parent45e3cdf52d7438c5a6adf70835d96cfeab1eea0e (diff)
Whitespace cleanup in core/
Diffstat (limited to 'system/core/Loader.php')
-rw-r--r--system/core/Loader.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/system/core/Loader.php b/system/core/Loader.php
index ca2f016e7..7003318ee 100644
--- a/system/core/Loader.php
+++ b/system/core/Loader.php
@@ -79,7 +79,7 @@ class CI_Loader {
{
if (is_array($library))
{
- foreach($library as $read)
+ foreach ($library as $read)
{
$this->library($read);
}
@@ -127,7 +127,7 @@ class CI_Loader {
{
if (is_array($model))
{
- foreach($model as $babe)
+ foreach ($model as $babe)
{
$this->model($babe);
}