Merge pull request #5235 from atif-shaikh/CRM-5039MinorFixes
[civicrm-core.git] / CRM / Utils / Address / BatchUpdate.php
index 0b0ccdb5cbcea7f37c1b1c1e588f79256def2090..4e3f24f7bb8ea23c412fffb6e9481683b41bc1dc 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        |
  +--------------------------------------------------------------------+
-*/
+ */
 
 /**
  * A PHP cron script to format all the addresses in the database. Currently
@@ -287,4 +287,5 @@ class CRM_Utils_Address_BatchUpdate {
     $result['messages'] = implode("", $this->returnMessages);
     return $result;
   }
+
 }