Index: branches/version-2_12-dev/html/user_data/__default.php
===================================================================
--- branches/version-2_12-dev/html/user_data/__default.php	(revision 20813)
+++ branches/version-2_12-dev/html/user_data/__default.php	(revision 22567)
@@ -10,5 +10,6 @@
  * @package Page
  */
-class LC_Page_User extends LC_Page_Ex {
+class LC_Page_User extends LC_Page_Ex 
+{
 
     /**
@@ -17,5 +18,6 @@
      * @return void
      */
-    function init() {
+    function init()
+    {
         parent::init();
     }
@@ -26,5 +28,6 @@
      * @return void
      */
-    function process() {
+    function process()
+    {
         parent::process();
         $this->action();
@@ -37,5 +40,6 @@
      * @return void
      */
-    function action() {
+    function action()
+    {
     }
 
@@ -45,5 +49,6 @@
      * @return void
      */
-    function destroy() {
+    function destroy()
+    {
         parent::destroy();
     }
