Index: branches/version-2_13-dev/html/install/index.php
===================================================================
--- branches/version-2_13-dev/html/install/index.php	(revision 22843)
+++ branches/version-2_13-dev/html/install/index.php	(revision 22856)
@@ -720,5 +720,4 @@
 function lfInitDBParam($objDBParam)
 {
-
     if (defined('DB_SERVER')) {
         $db_server = DB_SERVER;
@@ -898,5 +897,4 @@
     // 接続エラー
     if (!PEAR::isError($objDB)) {
-
         $exists = $objManager->listSequences();
         foreach ($arrSequences as $seq) {
@@ -938,5 +936,4 @@
     // 接続エラー
     if (!PEAR::isError($objDB)) {
-
         $exists = $objManager->listSequences();
         foreach ($arrSequences as $seq) {
@@ -1126,5 +1123,4 @@
 }
 
-
 /**
  * 管理機能のディレクトリ名の変更
