Index: branches/version-2_13-dev/data/class/api/operations/CartClear.php
===================================================================
--- branches/version-2_13-dev/data/class/api/operations/CartClear.php	(revision 22567)
+++ branches/version-2_13-dev/data/class/api/operations/CartClear.php	(revision 22856)
@@ -31,7 +31,6 @@
 require_once CLASS_EX_REALDIR . 'api_extends/SC_Api_Abstract_Ex.php';
 
-class API_CartClear extends SC_Api_Abstract_Ex 
+class API_CartClear extends SC_Api_Abstract_Ex
 {
-
     protected $operation_name = 'CartClear';
     protected $operation_description = 'カートのクリア';
@@ -45,4 +44,5 @@
         $this->arrResponse = array(
             'Version' => ECCUBE_VERSION);
+
         return true;
     }
Index: branches/version-2_13-dev/data/class/api/operations/AddrFromZip.php
===================================================================
--- branches/version-2_13-dev/data/class/api/operations/AddrFromZip.php	(revision 22567)
+++ branches/version-2_13-dev/data/class/api/operations/AddrFromZip.php	(revision 22856)
@@ -31,7 +31,6 @@
 require_once CLASS_EX_REALDIR . 'api_extends/SC_Api_Abstract_Ex.php';
 
-class API_AddrFromZip extends SC_Api_Abstract_Ex 
+class API_AddrFromZip extends SC_Api_Abstract_Ex
 {
-
     protected $operation_name = 'AddrFromZip';
     protected $operation_description = '郵便番号から住所を検索します。';
@@ -57,4 +56,5 @@
             }
         }
+
         return false;
     }
Index: branches/version-2_13-dev/data/class/api/operations/BrowseNodeLookup.php
===================================================================
--- branches/version-2_13-dev/data/class/api/operations/BrowseNodeLookup.php	(revision 22567)
+++ branches/version-2_13-dev/data/class/api/operations/BrowseNodeLookup.php	(revision 22856)
@@ -31,7 +31,6 @@
 require_once CLASS_EX_REALDIR . 'api_extends/SC_Api_Abstract_Ex.php';
 
-class API_BrowseNodeLookup extends SC_Api_Abstract_Ex 
+class API_BrowseNodeLookup extends SC_Api_Abstract_Ex
 {
-
     protected $operation_name = 'BrowseNodeLookup';
     protected $operation_description = 'カテゴリ取得';
@@ -103,4 +102,5 @@
             return true;
         }
+
         return false;
     }
Index: branches/version-2_13-dev/data/class/api/operations/CartModify.php
===================================================================
--- branches/version-2_13-dev/data/class/api/operations/CartModify.php	(revision 22567)
+++ branches/version-2_13-dev/data/class/api/operations/CartModify.php	(revision 22856)
@@ -31,7 +31,6 @@
 require_once CLASS_EX_REALDIR . 'api_extends/SC_Api_Abstract_Ex.php';
 
-class API_CartModify extends SC_Api_Abstract_Ex 
+class API_CartModify extends SC_Api_Abstract_Ex
 {
-
     protected $operation_name = 'CartModify';
     protected $operation_description = 'カートの修正';
@@ -45,4 +44,5 @@
         $this->arrResponse = array(
             'Version' => ECCUBE_VERSION);
+
         return true;
     }
Index: branches/version-2_13-dev/data/class/api/operations/CartAdd.php
===================================================================
--- branches/version-2_13-dev/data/class/api/operations/CartAdd.php	(revision 22567)
+++ branches/version-2_13-dev/data/class/api/operations/CartAdd.php	(revision 22856)
@@ -31,7 +31,6 @@
 require_once CLASS_EX_REALDIR . 'api_extends/SC_Api_Abstract_Ex.php';
 
-class API_CartAdd extends SC_Api_Abstract_Ex 
+class API_CartAdd extends SC_Api_Abstract_Ex
 {
-
     protected $operation_name = 'CartAdd';
     protected $operation_description = 'カートへの商品追加';
@@ -45,4 +44,5 @@
         $this->arrResponse = array(
             'Version' => ECCUBE_VERSION);
+
         return true;
     }
Index: branches/version-2_13-dev/data/class/api/operations/Default.php
===================================================================
--- branches/version-2_13-dev/data/class/api/operations/Default.php	(revision 22567)
+++ branches/version-2_13-dev/data/class/api/operations/Default.php	(revision 22856)
@@ -31,7 +31,6 @@
 require_once CLASS_EX_REALDIR . 'api_extends/SC_Api_Abstract_Ex.php';
 
-class API_Default extends SC_Api_Abstract_Ex 
+class API_Default extends SC_Api_Abstract_Ex
 {
-
     protected $operation_name = 'Default';
     protected $operation_description = 'Default Operation';
@@ -44,4 +43,5 @@
     {
         $this->arrResponse = array('DefaultEmpty' => array());
+
         return true;
     }
Index: branches/version-2_13-dev/data/class/api/operations/ItemSearch.php
===================================================================
--- branches/version-2_13-dev/data/class/api/operations/ItemSearch.php	(revision 22567)
+++ branches/version-2_13-dev/data/class/api/operations/ItemSearch.php	(revision 22856)
@@ -31,7 +31,6 @@
 require_once CLASS_EX_REALDIR . 'api_extends/SC_Api_Abstract_Ex.php';
 
-class API_ItemSearch extends SC_Api_Abstract_Ex 
+class API_ItemSearch extends SC_Api_Abstract_Ex
 {
-
     protected $operation_name = 'ItemSearch';
     protected $operation_description = '商品検索・商品一覧情報を取得します。';
@@ -45,5 +44,4 @@
         $arrRequest = $this->doInitParam($arrParam);
         if (!$this->isParamError()) {
-
             $masterData                 = new SC_DB_MasterData_Ex();
             $arrSTATUS            = $masterData->getMasterData('mtb_status');
@@ -108,5 +106,4 @@
     }
 
-
     /**
      * 商品一覧の取得
@@ -117,5 +114,4 @@
     protected function getProductsList($searchCondition, $disp_number, $startno, $linemax, &$objProduct)
     {
-
         $arrOrderVal = array();
 
@@ -180,4 +176,5 @@
         $objProduct->setProductsClassByProductIds($arrProductId);
         $arrProducts['productStatus'] = $objProduct->getProductStatus($arrProductId);
+
         return $arrProducts;
 
@@ -251,5 +248,4 @@
     }
 
-
     /**
      * 商品情報配列に商品ステータス情報を追加する
@@ -262,5 +258,4 @@
     protected function setStatusDataTo($arrProducts, $arrStatus, $arrStatusImage)
     {
-
         foreach ($arrProducts['productStatus'] as $product_id => $arrValues) {
             for ($i = 0; $i < count($arrValues); $i++) {
@@ -276,4 +271,5 @@
             }
         }
+
         return $arrProducts;
     }
Index: branches/version-2_13-dev/data/class/api/operations/GetVersion.php
===================================================================
--- branches/version-2_13-dev/data/class/api/operations/GetVersion.php	(revision 22567)
+++ branches/version-2_13-dev/data/class/api/operations/GetVersion.php	(revision 22856)
@@ -31,7 +31,6 @@
 require_once CLASS_EX_REALDIR . 'api_extends/SC_Api_Abstract_Ex.php';
 
-class API_GetVersion extends SC_Api_Abstract_Ex 
+class API_GetVersion extends SC_Api_Abstract_Ex
 {
-
     protected $operation_name = 'GetVersion';
     protected $operation_description = 'EC-CUBE Version';
@@ -45,4 +44,5 @@
         $this->arrResponse = array(
             'Version' => ECCUBE_VERSION);
+
         return true;
     }
Index: branches/version-2_13-dev/data/class/api/operations/ItemLookup.php
===================================================================
--- branches/version-2_13-dev/data/class/api/operations/ItemLookup.php	(revision 22567)
+++ branches/version-2_13-dev/data/class/api/operations/ItemLookup.php	(revision 22856)
@@ -31,7 +31,6 @@
 require_once CLASS_EX_REALDIR . 'api_extends/SC_Api_Abstract_Ex.php';
 
-class API_ItemLookup extends SC_Api_Abstract_Ex 
+class API_ItemLookup extends SC_Api_Abstract_Ex
 {
-
     protected $operation_name = 'ItemLookup';
     protected $operation_description = '商品詳細情報を取得します。';
Index: branches/version-2_13-dev/data/class/api/operations/CartGet.php
===================================================================
--- branches/version-2_13-dev/data/class/api/operations/CartGet.php	(revision 22567)
+++ branches/version-2_13-dev/data/class/api/operations/CartGet.php	(revision 22856)
@@ -31,7 +31,6 @@
 require_once CLASS_EX_REALDIR . 'api_extends/SC_Api_Abstract_Ex.php';
 
-class API_CartGet extends SC_Api_Abstract_Ex 
+class API_CartGet extends SC_Api_Abstract_Ex
 {
-
     protected $operation_name = 'CartGet';
     protected $operation_description = 'カートの取得';
@@ -45,4 +44,5 @@
         $this->arrResponse = array(
             'Version' => ECCUBE_VERSION);
+
         return true;
     }
Index: branches/version-2_13-dev/data/class/api/operations/CartCreate.php
===================================================================
--- branches/version-2_13-dev/data/class/api/operations/CartCreate.php	(revision 22567)
+++ branches/version-2_13-dev/data/class/api/operations/CartCreate.php	(revision 22856)
@@ -31,7 +31,6 @@
 require_once CLASS_EX_REALDIR . 'api_extends/SC_Api_Abstract_Ex.php';
 
-class API_CartCreate extends SC_Api_Abstract_Ex 
+class API_CartCreate extends SC_Api_Abstract_Ex
 {
-
     protected $operation_name = 'CartCreate';
     protected $operation_description = 'カートの新規作成';
@@ -45,4 +44,5 @@
         $this->arrResponse = array(
             'Version' => ECCUBE_VERSION);
+
         return true;
     }
Index: branches/version-2_13-dev/data/class/api/SC_Api_Operation.php
===================================================================
--- branches/version-2_13-dev/data/class/api/SC_Api_Operation.php	(revision 22567)
+++ branches/version-2_13-dev/data/class/api/SC_Api_Operation.php	(revision 22856)
@@ -32,8 +32,6 @@
  */
 
-
-class SC_Api_Operation 
+class SC_Api_Operation
 {
-
     /** API_DEBUG_MODE */
     const API_DEBUG_MODE = false;
@@ -74,4 +72,5 @@
             return true;
         }
+
         return false;
     }
@@ -110,4 +109,5 @@
             }
         }
+
         return $ret;
     }
@@ -167,4 +167,5 @@
             return true;
         }
+
         return false;
     }
@@ -186,4 +187,5 @@
             }
         }
+
         return $ret;
     }
@@ -199,4 +201,5 @@
         $objQuery =& SC_Query_Ex::getSingletonInstance();
         $secret_key = $objQuery->get('api_secret_key', 'dtb_api_account', 'api_access_key = ? and enable = 1 and del_flg = 0', array($access_key));
+
         return $secret_key;
     }
@@ -264,4 +267,5 @@
             }
         }
+
         return $result;
     }
@@ -396,4 +400,5 @@
         }
         $arrRet['RequestProcessingTime'] = microtime(true) - $start_time;
+
         return $arrRet;
     }
Index: branches/version-2_13-dev/data/class/api/SC_Api_Utils.php
===================================================================
--- branches/version-2_13-dev/data/class/api/SC_Api_Utils.php	(revision 22567)
+++ branches/version-2_13-dev/data/class/api/SC_Api_Utils.php	(revision 22856)
@@ -33,7 +33,6 @@
 define('API_CLASS_REALDIR', CLASS_REALDIR . 'api/operations/');
 
-class SC_Api_Utils 
+class SC_Api_Utils
 {
-
     /** API XML Namspase Header */
     const API_XMLNS = 'http://www.ec-cube.net/ECCUBEApi/';
@@ -71,4 +70,5 @@
             }
         }
+
         return false;
     }
@@ -105,4 +105,5 @@
             }
         }
+
         return $arrApiConfig;
     }
@@ -186,4 +187,5 @@
             }
         }
+
         return $arrFiles;
     }
Index: branches/version-2_13-dev/data/class/api/SC_Api_Abstract.php
===================================================================
--- branches/version-2_13-dev/data/class/api/SC_Api_Abstract.php	(revision 22567)
+++ branches/version-2_13-dev/data/class/api/SC_Api_Abstract.php	(revision 22856)
@@ -30,7 +30,6 @@
  */
 
-abstract class SC_Api_Abstract 
+abstract class SC_Api_Abstract
 {
-
     /** 認証タイプ */
     const API_AUTH_TYPE_REFERER = '1';          // リファラー
@@ -88,4 +87,5 @@
         $arrApiConfig['is_log'] = $this->default_is_log;
         $arrApiConfig['sub_data'] = $this->default_sub_data;
+
         return $arrApiConfig;
     }
@@ -118,4 +118,5 @@
         $this->arrErr = $this->objFormParam->checkError(false);
         $this->arrErr = array_merge((array)$this->arrErr, (array)$this->checkErrorExtended($arrParam));
+
         return $this->objFormParam->getHashArray();
     }
@@ -127,4 +128,5 @@
             return $arrParam;
         }
+
         return;
     }
