diff options
author | Darren Hill <dchill42@gmail.com> | 2011-08-31 14:31:18 +0200 |
---|---|---|
committer | Darren Hill <dchill42@gmail.com> | 2011-08-31 14:31:18 +0200 |
commit | ca3be1d515a68293b64704a9a8346802702dedaa (patch) | |
tree | b0c1d78466234a4880efefe6fec20017fcaa4dda /system/core/Loader.php | |
parent | 3bd8d1ad9273f12c47d1ce1f59d4140718a02e4f (diff) |
Whitespace cleanup
Diffstat (limited to 'system/core/Loader.php')
-rwxr-xr-x | system/core/Loader.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/system/core/Loader.php b/system/core/Loader.php index 51e6b82ca..edf5853f0 100755 --- a/system/core/Loader.php +++ b/system/core/Loader.php @@ -1177,10 +1177,10 @@ class CI_Loader { // Autoload drivers if (isset($autoload['drivers'])) { - foreach ($autoload['drivers'] as $item) - { - $this->driver($item); - } + foreach ($autoload['drivers'] as $item) + { + $this->driver($item); + } } // Autoload models |