Removed trailing whitespaces from core.

git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7847 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
renan.saddam 2008-11-08 02:54:07 +00:00
parent edfbe5be33
commit 6319f8ea69
57 changed files with 127 additions and 274 deletions

View file

@ -318,7 +318,7 @@ class ConsoleShell extends Shell {
*/
function __loadRoutes() {
$router =& Router::getInstance();
$router->reload();
extract($router->getNamedExpressions());

View file

@ -45,7 +45,6 @@ class I18nShell extends Shell {
* @access public
*/
var $tasks = array('DbConfig', 'Extract');
/**
* Override startup of the Shell
*
@ -127,5 +126,4 @@ class I18nShell extends Shell {
$this->Extract->help();
}
}
?>

View file

@ -46,7 +46,6 @@ class ModelTask extends Shell {
* @access public
*/
var $path = MODELS;
/**
* tasks
*

View file

@ -84,7 +84,7 @@ class PluginTask extends Shell {
$this->__interactive($plugin);
}
}
if (isset($this->args[0])) {
$task = Inflector::classify($this->args[0]);
$this->Dispatch->shiftArgs();
@ -177,7 +177,7 @@ class PluginTask extends Shell {
$this->out(sprintf(__("Created: %s in %s", true), $plugin, $this->path . $pluginPath));
$this->hr();
}
return true;
}
/**

View file

@ -36,6 +36,6 @@
* @package cake
* @subpackage cake.app
*/
class AppModel extends Model{
class AppModel extends Model {
}
?>