commit | 5d5895fd1084cd62721afd4c5f875eb2f99eefc4 | [log] [tgz] |
---|---|---|
author | Pascal Kriete <pascal.kriete@ellislab.com> | Mon Feb 14 13:27:07 2011 -0500 |
committer | Pascal Kriete <pascal.kriete@ellislab.com> | Mon Feb 14 13:27:07 2011 -0500 |
tree | 5f61ea1933d027627805103c61a3289e59516356 | |
parent | 45e3cdf52d7438c5a6adf70835d96cfeab1eea0e [diff] [blame] |
Whitespace cleanup in core/
diff --git a/system/core/Loader.php b/system/core/Loader.php index ca2f016..7003318 100644 --- a/system/core/Loader.php +++ b/system/core/Loader.php
@@ -79,7 +79,7 @@ { if (is_array($library)) { - foreach($library as $read) + foreach ($library as $read) { $this->library($read); } @@ -127,7 +127,7 @@ { if (is_array($model)) { - foreach($model as $babe) + foreach ($model as $babe) { $this->model($babe); }