commit | ca3be1d515a68293b64704a9a8346802702dedaa | [log] [tgz] |
---|---|---|
author | Darren Hill <dchill42@gmail.com> | Wed Aug 31 08:31:18 2011 -0400 |
committer | Darren Hill <dchill42@gmail.com> | Wed Aug 31 08:31:18 2011 -0400 |
tree | b0c1d78466234a4880efefe6fec20017fcaa4dda | |
parent | 3bd8d1ad9273f12c47d1ce1f59d4140718a02e4f [diff] [blame] |
Whitespace cleanup
diff --git a/system/core/Loader.php b/system/core/Loader.php index 51e6b82..edf5853 100755 --- a/system/core/Loader.php +++ b/system/core/Loader.php
@@ -1177,10 +1177,10 @@ // Autoload drivers if (isset($autoload['drivers'])) { - foreach ($autoload['drivers'] as $item) - { - $this->driver($item); - } + foreach ($autoload['drivers'] as $item) + { + $this->driver($item); + } } // Autoload models