Browse Source

Fix for failing test "Whitespace found at end of line"

Costa Caruso 11 years ago
parent
commit
8bfebd64fb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lib/Cake/Network/CakeResponse.php

+ 1 - 1
lib/Cake/Network/CakeResponse.php

@@ -838,7 +838,7 @@ class CakeResponse {
 			$this->_cacheDirectives['private'] = true;
 			unset($this->_cacheDirectives['public']);
 		}
-		
+
 		$this->maxAge($time);
 		if (!$time) {
 			$this->_setCacheControl();