Merge branch 4.5 into master
[civicrm-core.git] / CRM / Utils / Signer.php
index 1116cfbad181bd03478da873723d00dc4bc86ce3..ce2c8eda10a30e58df69f2b8c7681517d72ec64d 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        |
  +--------------------------------------------------------------------+
-*/
+ */
 
 /**
  *
@@ -136,4 +136,5 @@ class CRM_Utils_Signer {
     // many times on certain admin pages; so instead we'll re-use the hash.
     return $this->defaultSalt;
   }
+
 }