From eed59a95ad81aad6c80c30054eda0399b5e5d9ec Mon Sep 17 00:00:00 2001
From: mark_story <mark@mark-story.com>
Date: Thu, 27 Sep 2012 21:42:15 -0400
Subject: [PATCH] Fix whitespace.

---
 lib/Cake/Test/Case/Utility/SecurityTest.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/Cake/Test/Case/Utility/SecurityTest.php b/lib/Cake/Test/Case/Utility/SecurityTest.php
index c6c017df6..cc07b0a32 100644
--- a/lib/Cake/Test/Case/Utility/SecurityTest.php
+++ b/lib/Cake/Test/Case/Utility/SecurityTest.php
@@ -161,7 +161,7 @@ class SecurityTest extends CakeTestCase {
 		$this->skipIf(strpos($test, '$2a$') === false, 'Blowfish hashes are incorrect.');
 
 		$_hashType = Security::$hashType;
-	
+
 		$key = 'someKey';
 		$hashType = 'blowfish';
 		Security::setHash($hashType);