summaryrefslogtreecommitdiffstats
path: root/system/core/Loader.php
diff options
context:
space:
mode:
authorChristopher Guiney <chris@guiney.net>2012-03-10 17:38:10 +0100
committerChristopher Guiney <chris@guiney.net>2012-03-10 17:38:10 +0100
commitb54d355faabef775703119a23dd55004b84a1140 (patch)
treed6b8521cf9ebf344feb9c4ca62232aa6667c5d5b /system/core/Loader.php
parent9929d6f77a0e54288b1696343439b0e91b21866e (diff)
Fixing some spacing.
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 42d8162bb..9b9cc2fef 100644
--- a/system/core/Loader.php
+++ b/system/core/Loader.php
@@ -622,9 +622,9 @@ class CI_Loader {
*/
public function driver($library = '', $params = NULL, $object_name = NULL)
{
- if(is_array($library))
+ if (is_array($library))
{
- foreach ( $library as $driver )
+ foreach ($library as $driver)
{
$this->driver($driver);
}