From d0b7d69b800a8ea733e8bc6914f760f58a2e7830 Mon Sep 17 00:00:00 2001 From: Chuck Hagenbuch Date: Thu, 11 Dec 2008 18:06:31 -0500 Subject: [PATCH] fix brace style --- framework/Controller/lib/Horde/Controller/Base.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/framework/Controller/lib/Horde/Controller/Base.php b/framework/Controller/lib/Horde/Controller/Base.php index 7b67c661c..300216f08 100644 --- a/framework/Controller/lib/Horde/Controller/Base.php +++ b/framework/Controller/lib/Horde/Controller/Base.php @@ -468,7 +468,8 @@ abstract class Horde_Controller_Base * This gets called before action is performed in a controller. * Override method in subclass to setup filters/helpers */ - protected function _initializeApplication(){ + protected function _initializeApplication() + { } } -- 2.11.0