Merge pull request #5049 from totten/master-mailing-multiling
[civicrm-core.git] / CRM / Admin / Form / Setting / UF.php
index 5ca2b082d71bd679f68a25f0b9d8241d424c59dd..6c18f9b35faab06e074c2c47731a5a2e6c49387d 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        |
  +--------------------------------------------------------------------+
-*/
+ */
 
 /**
  *
@@ -44,7 +44,7 @@ class CRM_Admin_Form_Setting_UF extends CRM_Admin_Form_Setting {
   protected $_uf = NULL;
 
   /**
-   * Build the form object
+   * Build the form object.
    *
    * @return void
    */
@@ -97,4 +97,5 @@ class CRM_Admin_Form_Setting_UF extends CRM_Admin_Form_Setting {
 
     parent::buildQuickForm();
   }
+
 }