Remove extra new lines
diff --git a/system/core/Output.php b/system/core/Output.php
index aa0e05d..2da1b3e 100644
--- a/system/core/Output.php
+++ b/system/core/Output.php
@@ -375,10 +375,9 @@
 			$output = $this->minify($output, $this->mime_type);
 		}
 
-
 		// --------------------------------------------------------------------
 
-		// Do we need to write a cache file?  Only if the controller does not have its
+		// Do we need to write a cache file? Only if the controller does not have its
 		// own _output() method and we are not dealing with a cache file, which we
 		// can determine by the existence of the $CI object above
 		if ($this->cache_expiration > 0 && isset($CI) && ! method_exists($CI, '_output'))