Browse Source

Fix coding style.

mark_story 13 years ago
parent
commit
1ebb2ed0a0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lib/Cake/View/View.php

+ 1 - 1
lib/Cake/View/View.php

@@ -560,7 +560,7 @@ class View extends Object {
 				//@codingStandardsIgnoreStart
 				@unlink($filename);
 				//@codingStandardsIgnoreEnd
-				unset ($out);
+				unset($out);
 				return false;
 			} else {
 				if ($this->layout === 'xml') {