diff --git a/system/libraries/Loader.php b/system/libraries/Loader.php
index 336caf7..ba98a64 100644
--- a/system/libraries/Loader.php
+++ b/system/libraries/Loader.php
@@ -599,7 +599,6 @@
 		if (ini_get("short_open_tag") == 0)
 		{
 			$file = file_get_contents($path);
-		
 			$file = str_replace('<?=', '<?php echo', $file);
 			$file = preg_replace("/;*\s*\?>/", " ;?>", $file);