Merge remote-tracking branch 'upstream/4.5' into 4.5-master-2015-02-02-18-36-16
[civicrm-core.git] / CRM / Extension / Container / Static.php
index d0b37f03c0fc359f2a294140f82ecedf36c97721..f462fde7917f83b9ea7c4a5173f1381394fdc519 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        |
  +--------------------------------------------------------------------+
-*/
+ */
 
 /**
  * @package CRM
@@ -101,4 +101,5 @@ class CRM_Extension_Container_Static implements CRM_Extension_Container_Interfac
       throw new CRM_Extension_Exception_MissingException("Missing extension: $key");
     }
   }
+
 }