fix brace style
authorChuck Hagenbuch <chuck@horde.org>
Thu, 11 Dec 2008 23:06:31 +0000 (18:06 -0500)
committerChuck Hagenbuch <chuck@horde.org>
Thu, 11 Dec 2008 23:06:31 +0000 (18:06 -0500)
framework/Controller/lib/Horde/Controller/Base.php

index 7b67c66..300216f 100644 (file)
@@ -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()
+    {
     }
 
 }