From ae8a540101976d38d9114d2e62bd424dc34513b1 Mon Sep 17 00:00:00 2001 From: mark_story Date: Sun, 14 Dec 2014 18:05:20 -0500 Subject: [PATCH] Remove trailing whitespace. --- lib/Cake/Error/ExceptionRenderer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Cake/Error/ExceptionRenderer.php b/lib/Cake/Error/ExceptionRenderer.php index ad36fea3e..04190eba5 100644 --- a/lib/Cake/Error/ExceptionRenderer.php +++ b/lib/Cake/Error/ExceptionRenderer.php @@ -158,7 +158,7 @@ class ExceptionRenderer { $startup = false; } // Retry RequestHandler, as another aspect of startupProcess() - // could have failed. Ignore any exceptions out of startup, as + // could have failed. Ignore any exceptions out of startup, as // there could be userland input data parsers. if ($startup === false && !empty($controller) &&