From 04875033ead8cffa880e66aa3c4c51356129b5aa Mon Sep 17 00:00:00 2001 From: mark_story Date: Thu, 23 Jul 2009 17:19:08 -0400 Subject: [PATCH] Removing trailing spaces. --- cake/console/libs/tasks/plugin.php | 24 ++++++++++++------------ cake/console/libs/tasks/template.php | 2 +- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/cake/console/libs/tasks/plugin.php b/cake/console/libs/tasks/plugin.php index 2049d8c80..80afdcafc 100644 --- a/cake/console/libs/tasks/plugin.php +++ b/cake/console/libs/tasks/plugin.php @@ -137,18 +137,18 @@ class PluginTask extends Shell { $Folder =& new Folder($this->path . $pluginPath); $directories = array( 'config' . DS . 'sql', - 'models' . DS . 'behaviors', - 'controllers' . DS . 'components', - 'views' . DS . 'helpers', - 'tests' . DS . 'cases' . DS . 'components', - 'tests' . DS . 'cases' . DS . 'helpers', - 'tests' . DS . 'cases' . DS . 'behaviors', - 'tests' . DS . 'cases' . DS . 'controllers', - 'tests' . DS . 'cases' . DS . 'models', - 'tests' . DS . 'groups', - 'tests' . DS . 'fixtures', - 'vendors' . DS . 'img', - 'vendors' . DS . 'js', + 'models' . DS . 'behaviors', + 'controllers' . DS . 'components', + 'views' . DS . 'helpers', + 'tests' . DS . 'cases' . DS . 'components', + 'tests' . DS . 'cases' . DS . 'helpers', + 'tests' . DS . 'cases' . DS . 'behaviors', + 'tests' . DS . 'cases' . DS . 'controllers', + 'tests' . DS . 'cases' . DS . 'models', + 'tests' . DS . 'groups', + 'tests' . DS . 'fixtures', + 'vendors' . DS . 'img', + 'vendors' . DS . 'js', 'vendors' . DS . 'css', 'vendors' . DS . 'shells' ); diff --git a/cake/console/libs/tasks/template.php b/cake/console/libs/tasks/template.php index fd01e90d5..4b682e70f 100644 --- a/cake/console/libs/tasks/template.php +++ b/cake/console/libs/tasks/template.php @@ -136,7 +136,7 @@ class TemplateTask extends Shell { if (!empty($this->params['theme']) && isset($this->templatePaths[$this->params['theme']])) { return $this->templatePaths[$this->params['theme']]; } - + $this->hr(); $this->out(__('You have more than one set of templates installed.', true)); $this->out(__('Please choose the template set you wish to use:', true));