Merge pull request #4983 from colemanw/CRM-15842
[civicrm-core.git] / CRM / Mailing / Page / Unsubscribe.php
index 0a4a30840e095016be5770d075c93a4e828bcd2c..68da0466c5c89c78ec458ea36ad6b2e435326367 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        |
  +--------------------------------------------------------------------+
-*/
+ */
 
 /**
  *
@@ -38,4 +38,5 @@ class CRM_Mailing_Page_Unsubscribe extends CRM_Mailing_Page_Common {
     $this->_type = 'unsubscribe';
     return parent::run();
   }
+
 }