Browse Source

Removed trailing whitespace.

pummra 12 years ago
parent
commit
a981c7fa8c
1 changed files with 2 additions and 2 deletions
  1. 2 2
      lib/Cake/Console/Command/Task/ControllerTask.php

+ 2 - 2
lib/Cake/Console/Command/Task/ControllerTask.php

@@ -127,9 +127,9 @@ class ControllerTask extends BakeTask {
 				$controllersCreated++;
 			}
 		}
-		
+
 		if (!$controllersCreated) {
-			$this->out(__d('cake_console', 'No Controllers were baked, Models need to exist before Controllers can be baked.', $admin));			
+			$this->out(__d('cake_console', 'No Controllers were baked, Models need to exist before Controllers can be baked.', $admin));
 		}
 	}