Browse Source

remove whitespace at eol

Rachman Chavik 14 years ago
parent
commit
e7fa2a526f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lib/Cake/Console/Command/Task/TemplateTask.php

+ 1 - 1
lib/Cake/Console/Command/Task/TemplateTask.php

@@ -61,7 +61,7 @@ class TemplateTask extends AppShell {
  */
 	protected function _findThemes() {
 		$paths = App::path('Console');
-		
+
 		$plugins = App::objects('plugin');
 		foreach ($plugins as $plugin) {
 			$paths[] = $this->_pluginPath($plugin) . 'Console' . DS;