From: Chuck Hagenbuch Date: Thu, 11 Dec 2008 23:06:31 +0000 (-0500) Subject: fix brace style X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=d0b7d69b800a8ea733e8bc6914f760f58a2e7830;p=horde.git fix brace style --- 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() + { } }