Merge pull request #5292 from jitendrapurohit/CRM-15933
[civicrm-core.git] / CRM / Utils / Constant.php
index 05c68bf7d6f3b60ea34857d30e1a367eb514053e..ef698fb89e26b49810c6d87313db036c94a49604 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        |
  +--------------------------------------------------------------------+
-*/
+ */
 
 /**
  * Class CRM_Utils_Constant
@@ -48,4 +48,5 @@ class CRM_Utils_Constant {
       return $default;
     }
   }
+
 }