Ignore:
Timestamp:
2013/02/18 19:09:54 (11 years ago)
Author:
shutta
Message:

#2043 (typo修正・ソース整形・ソースコメントの改善 for 2.12.4)
Zend Framework PHP 標準コーディング規約のコーディングスタイルへ準拠。
classおよびfunctionの開始波括弧「{」のスタイルを修正。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_12-dev/data/class/SC_SmartphoneView.php

    r22206 r22567  
    2222 */ 
    2323 
    24 class SC_SmartphoneView extends SC_SiteView_Ex { 
    25     function __construct($setPrevURL = true) { 
     24class SC_SmartphoneView extends SC_SiteView_Ex  
     25{ 
     26    function __construct($setPrevURL = true) 
     27    { 
    2628        parent::__construct($setPrevURL); 
    2729    } 
    2830 
    29     function init() { 
     31    function init() 
     32    { 
    3033        parent::init(); 
    3134 
Note: See TracChangeset for help on using the changeset viewer.