diff options
author | Pascal Kriete <pascal.kriete@ellislab.com> | 2011-02-14 19:39:34 +0100 |
---|---|---|
committer | Pascal Kriete <pascal.kriete@ellislab.com> | 2011-02-14 19:39:34 +0100 |
commit | 14287f3e81d4d717ff49e640d799c579e593f0c0 (patch) | |
tree | 348736eabdf84407e299a117ab7430811eee93e1 /system/libraries/Driver.php | |
parent | 68d29873fb155651f46523fdcfb9027102a89f1f (diff) |
Whitespace cleanup in libraries/
Diffstat (limited to 'system/libraries/Driver.php')
-rw-r--r-- | system/libraries/Driver.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/system/libraries/Driver.php b/system/libraries/Driver.php index 15fc3da26..02e093d7e 100644 --- a/system/libraries/Driver.php +++ b/system/libraries/Driver.php @@ -1,4 +1,4 @@ -<?php if (!defined('BASEPATH')) exit('No direct script access allowed'); +<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); /** * CodeIgniter * @@ -36,7 +36,7 @@ class CI_Driver_Library { // subsequents calls will go straight to the proper child. function __get($child) { - if (! isset($this->lib_name)) + if ( ! isset($this->lib_name)) { $this->lib_name = get_class($this); } @@ -143,7 +143,7 @@ class CI_Driver { } } - foreach($r->getProperties() as $prop) + foreach ($r->getProperties() as $prop) { if ($prop->isPublic()) { |