Merge pull request #4981 from totten/master-cbf2
[civicrm-core.git] / CRM / Contact / Form / Location.php
index 008291f0418eb7525c1863f2a5e853a93842e6cc..5126495b23d1392e9fde8cdca0494644b2245941 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        |
  +--------------------------------------------------------------------+
-*/
+ */
 
 /**
  *
@@ -56,7 +56,7 @@ class CRM_Contact_Form_Location {
     $className = CRM_Utils_System::getClassName($form);
     if (in_array($className, array(
       'CRM_Event_Form_ManageEvent_Location',
-      'CRM_Contact_Form_Domain'
+      'CRM_Contact_Form_Domain',
     ))) {
       $form->_blocks = array(
         'Address' => ts('Address'),
@@ -122,4 +122,5 @@ class CRM_Contact_Form_Location {
     $form->assign('generateAjaxRequest', $generateAjaxRequest);
     $form->assign('ajaxRequestBlocks', $ajaxRequestBlocks);
   }
+
 }