From 6672eafe539ef36c9ff33147ad37ca616a23e6a1 Mon Sep 17 00:00:00 2001 From: Ceeram Date: Fri, 21 Dec 2012 16:05:32 +0100 Subject: [PATCH] fix whitespace errors --- lib/Cake/Console/Shell.php | 2 +- lib/Cake/Console/ShellDispatcher.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/Cake/Console/Shell.php b/lib/Cake/Console/Shell.php index 9e215a07e0c..b3b48d9313e 100644 --- a/lib/Cake/Console/Shell.php +++ b/lib/Cake/Console/Shell.php @@ -673,7 +673,7 @@ public function createFile($path, $contents) { $this->out(__d('cake_console', 'Wrote `%s`', $path)); return true; } - + $this->err(__d('cake_console', 'Could not write to `%s`.', $path), 2); return false; } diff --git a/lib/Cake/Console/ShellDispatcher.php b/lib/Cake/Console/ShellDispatcher.php index 22d797da275..246f1fc978a 100644 --- a/lib/Cake/Console/ShellDispatcher.php +++ b/lib/Cake/Console/ShellDispatcher.php @@ -49,7 +49,7 @@ class ShellDispatcher { public function __construct($args = array(), $bootstrap = true) { set_time_limit(0); $this->parseParams($args); - + if ($bootstrap) { $this->_initConstants(); $this->_initEnvironment();