summaryrefslogtreecommitdiffstats
path: root/system/core/Loader.php
diff options
context:
space:
mode:
authorDarren Hill <dchill42@gmail.com>2011-08-31 14:31:18 +0200
committerDarren Hill <dchill42@gmail.com>2011-08-31 14:31:18 +0200
commitca3be1d515a68293b64704a9a8346802702dedaa (patch)
treeb0c1d78466234a4880efefe6fec20017fcaa4dda /system/core/Loader.php
parent3bd8d1ad9273f12c47d1ce1f59d4140718a02e4f (diff)
Whitespace cleanup
Diffstat (limited to 'system/core/Loader.php')
-rwxr-xr-xsystem/core/Loader.php8
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