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();
     }
Index: branches/version-2_12-dev/html/test/upgrade/index.php
===================================================================
--- branches/version-2_12-dev/html/test/upgrade/index.php	(revision 22206)
+++ branches/version-2_12-dev/html/test/upgrade/index.php	(revision 22567)
@@ -73,5 +73,6 @@
  * @return string
  */
-function getMode() {
+function getMode()
+{
     if (isset($_GET['mode'])) {
         return $_GET['mode'];
@@ -86,5 +87,6 @@
  *
  */
-function displayProductsList() {
+function displayProductsList()
+{
     $arrRet = array(
         'status' => 'SUCCESS',
@@ -103,5 +105,6 @@
  * @param array $arrProductsList
  */
-function updateModuleTable($arrProductsList) {
+function updateModuleTable($arrProductsList)
+{
     $table = 'dtb_module';
     $where = 'module_id = ?';
Index: branches/version-2_12-dev/html/upgrade/index.php
===================================================================
--- branches/version-2_12-dev/html/upgrade/index.php	(revision 22206)
+++ branches/version-2_12-dev/html/upgrade/index.php	(revision 22567)
@@ -43,5 +43,6 @@
 
 
-function lfPageFactory($mode) {
+function lfPageFactory($mode)
+{
     $prefix = 'LC_Page_Upgrade_';
     $file   = CLASS_REALDIR . "pages/upgrade/${prefix}";
Index: branches/version-2_12-dev/html/install/index.php
===================================================================
--- branches/version-2_12-dev/html/install/index.php	(revision 22348)
+++ branches/version-2_12-dev/html/install/index.php	(revision 22567)
@@ -275,5 +275,6 @@
 //-----------------------------------------------------------------------------------------------------------------------------------
 // ようこそ画面の表示
-function lfDispWelcome($objPage) {
+function lfDispWelcome($objPage)
+{
     global $objWebParam;
     global $objDBParam;
@@ -290,5 +291,6 @@
 
 // 使用許諾契約書の表示
-function lfDispAgreement($objPage) {
+function lfDispAgreement($objPage)
+{
     global $objWebParam;
     global $objDBParam;
@@ -305,5 +307,6 @@
 
 // STEP0画面の表示(チェック)
-function lfDispStep0($objPage) {
+function lfDispStep0($objPage)
+{
     global $objWebParam;
     global $objDBParam;
@@ -449,5 +452,6 @@
 
 // STEP0_1画面の表示(ファイルのコピー)
-function lfDispStep0_1($objPage) {
+function lfDispStep0_1($objPage)
+{
     global $objWebParam;
     global $objDBParam;
@@ -466,5 +470,6 @@
 }
 
-function lfGetFileMode($path) {
+function lfGetFileMode($path)
+{
     $mode = substr(sprintf('%o', fileperms($path)), -3);
     return $mode;
@@ -472,5 +477,6 @@
 
 // STEP1画面の表示
-function lfDispStep1($objPage) {
+function lfDispStep1($objPage)
+{
     global $objDBParam;
     // hiddenに入力値を保持
@@ -484,5 +490,6 @@
 
 // STEP2画面の表示
-function lfDispStep2($objPage) {
+function lfDispStep2($objPage)
+{
     global $objWebParam;
     global $objDBParam;
@@ -497,5 +504,6 @@
 
 // STEP3画面の表示
-function lfDispStep3($objPage) {
+function lfDispStep3($objPage)
+{
     global $objWebParam;
     global $objDBParam;
@@ -512,5 +520,6 @@
 
 // STEP4画面の表示
-function lfDispStep4($objPage) {
+function lfDispStep4($objPage)
+{
     global $objWebParam;
     global $objDBParam;
@@ -545,5 +554,6 @@
 
 // 完了画面の表示
-function lfDispComplete($objPage) {
+function lfDispComplete($objPage)
+{
     global $objWebParam;
     global $objDBParam;
@@ -617,5 +627,6 @@
 
 // WEBパラメーター情報の初期化
-function lfInitWebParam($objWebParam) {
+function lfInitWebParam($objWebParam)
+{
     global $objDb;
 
@@ -704,5 +715,6 @@
 
 // DBパラメーター情報の初期化
-function lfInitDBParam($objDBParam) {
+function lfInitDBParam($objDBParam)
+{
 
     if (defined('DB_SERVER')) {
@@ -747,5 +759,6 @@
 
 // 入力内容のチェック
-function lfCheckWebError($objWebParam) {
+function lfCheckWebError($objWebParam)
+{
     // 入力データを渡す。
     $arrRet = $objWebParam->getHashArray();
@@ -781,5 +794,6 @@
 
 // 入力内容のチェック
-function lfCheckDBError($objDBParam) {
+function lfCheckDBError($objDBParam)
+{
     global $objPage;
 
@@ -812,5 +826,6 @@
 
 // SQL文の実行
-function lfExecuteSQL($filepath, $arrDsn, $disp_err = true) {
+function lfExecuteSQL($filepath, $arrDsn, $disp_err = true)
+{
     $arrErr = array();
 
@@ -869,5 +884,6 @@
  * @return array エラーが発生した場合はエラーメッセージの配列
  */
-function lfDropSequence($arrSequences, $arrDsn) {
+function lfDropSequence($arrSequences, $arrDsn)
+{
     $arrErr = array();
 
@@ -908,5 +924,6 @@
  * @return array エラーが発生した場合はエラーメッセージの配列
  */
-function lfCreateSequence($arrSequences, $arrDsn) {
+function lfCreateSequence($arrSequences, $arrDsn)
+{
     $arrErr = array();
 
@@ -947,5 +964,6 @@
 
 // 設定ファイルの作成
-function lfMakeConfigFile() {
+function lfMakeConfigFile()
+{
     global $objWebParam;
     global $objDBParam;
@@ -1041,5 +1059,6 @@
  */
 $alldirs = array();
-function listdirs($dir) {
+function listdirs($dir)
+{
     global $alldirs;
     $alldirs[] = $dir;
@@ -1056,5 +1075,6 @@
  * 保持したスタティック変数をクリアする。
  */
-function initdirs() {
+function initdirs()
+{
     global $alldirs;
     $alldirs = array();
@@ -1066,5 +1086,6 @@
  * @return array シーケンスを使用するテーブル名とカラム名の配列
  */
-function getSequences() {
+function getSequences()
+{
     return array(
         array('dtb_best_products', 'best_id'),
@@ -1107,5 +1128,6 @@
  * @param string 設定する管理機能のディレクトリ名
  */
-function renameAdminDir($adminDir) {
+function renameAdminDir($adminDir)
+{
     $oldAdminDir = SC_Utils_Ex::sfTrimURL(ADMIN_DIR);
     if ($adminDir === $oldAdminDir) {
@@ -1121,5 +1143,6 @@
 }
 
-function getArrayDsn(SC_FormParam $objDBParam) {
+function getArrayDsn(SC_FormParam $objDBParam)
+{
     $arrRet = $objDBParam->getHashArray();
 
