Merge pull request #4997 from monishdeb/CRM-15536
[civicrm-core.git] / CRM / Core / Lock.php
index 2bde33175231a8e8f16fa3f056b27b454f0219a3..215d39490a7f0b4203d99c8f031c01756c9d78ae 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        |
  +--------------------------------------------------------------------+
-*/
+ */
 
 /**
  *
@@ -160,4 +160,5 @@ class CRM_Core_Lock {
     $this->_hasLock = TRUE;
     return TRUE;
   }
+
 }