Fix #2301
diff --git a/system/core/Common.php b/system/core/Common.php
index 9baf5e3..10c2237 100644
--- a/system/core/Common.php
+++ b/system/core/Common.php
@@ -1,4 +1,3 @@
-
 <?php
 /**
  * CodeIgniter
@@ -385,7 +384,7 @@
 		{
 			$exit_status = EXIT_ERROR;
 		}
-		
+
 		$_error =& load_class('Exceptions', 'core');
 		echo $_error->show_error($heading, $message, 'error_general', $status_code);
 		exit($exit_status);