CRM-15735 fix - Update payment status for pay-later membership renewal ignores Receiv...
[civicrm-core.git] / CRM / Core / Component.php
index 149b1f13d007de05ee1d92ab9df575cf584c83b2..85c69308675466cdbdfeec609a8ae5ea497de122 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        |
  +--------------------------------------------------------------------+
-*/
+ */
 
 /**
  * Component stores all the static and dynamic information of the various
@@ -461,4 +461,5 @@ class CRM_Core_Component {
 
     return $components;
   }
+
 }