Merge branch 4.5 into master
[civicrm-core.git] / CRM / Custom / Form / MoveField.php
index fcfb6913fd94da3e40b565e5ee75653da53a4b97..ce103511884e05d8cbc57d0ec75ad3810bec8586 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        |
  +--------------------------------------------------------------------+
-*/
+ */
 
 /**
  *
@@ -116,8 +116,8 @@ class CRM_Custom_Form_MoveField extends CRM_Core_Form {
     }
 
     $customGroup = array(
-        '' => ts('- select -')
-      ) + $customGroup;
+      '' => ts('- select -'),
+    ) + $customGroup;
     $this->add('select',
       'dst_group_id',
       ts('Destination'),
@@ -178,4 +178,5 @@ class CRM_Custom_Form_MoveField extends CRM_Core_Form {
         3 => $srcUrl,
       )), '', 'success');
   }
+
 }