Skip to content

Commit

Permalink
Remove extra new lines
Browse files Browse the repository at this point in the history
  • Loading branch information
vkeranov committed Oct 27, 2012
1 parent 8b9aa17 commit a8349bc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions system/core/Output.php
Expand Up @@ -375,10 +375,9 @@ public function _display($output = '')
$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'))
Expand Down

0 comments on commit a8349bc

Please sign in to comment.