CRM-15988 - Cleanup internal use of entity names
[civicrm-core.git] / CRM / Core / ScheduledJob.php
index effe8582290c06c69c3df4c5c382b08e0aad6c5d..eb320eedffcce05595bb4b57378bcb9e06cda7a1 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        |
  +--------------------------------------------------------------------+
-*/
+ */
 
 /**
  * This interface defines methods that need to be implemented
@@ -122,4 +122,5 @@ class CRM_Core_ScheduledJob {
 
   public function __destruct() {
   }
+
 }