Merge branch 4.5 into master
[civicrm-core.git] / CRM / Custom / Form / MoveField.php
index 0f9f22031f1f169af1c605f218edf37f2784daa2..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        |
  +--------------------------------------------------------------------+
-*/
+ */
 
 /**
  *
@@ -178,4 +178,5 @@ class CRM_Custom_Form_MoveField extends CRM_Core_Form {
         3 => $srcUrl,
       )), '', 'success');
   }
+
 }