Merge remote-tracking branch 'upstream/4.5' into 4.5-master-2015-02-02-18-36-16
[civicrm-core.git] / CRM / PCP / Controller / PCP.php
index 2296f689f9e95828f51e2a315fdb12e6f341a276..7bd50976a2308881bab669a1f07f5e6fda3820e5 100644 (file)
@@ -23,7 +23,7 @@
  | GNU Affero General Public License or the licensing of CiviCRM,     |
  | see the CiviCRM license FAQ at http://civicrm.org/licensing        |
  +--------------------------------------------------------------------+
-*/
+ */
 
 /**
  *
@@ -53,7 +53,6 @@ class CRM_PCP_Controller_PCP extends CRM_Core_Controller {
 
     parent::__construct($title, $modal);
 
-
     $this->_stateMachine = new CRM_PCP_StateMachine_PCP($this, $action);
 
     // create and instantiate the pages
@@ -69,5 +68,5 @@ class CRM_PCP_Controller_PCP extends CRM_Core_Controller {
       $this->addActions();
     }
   }
-}
 
+}