Merge pull request #5035 from TeNNoX/master
[civicrm-core.git] / CRM / Mailing / Page / Resubscribe.php
index 3563b384be622e3934280297ceea816af22486e7..2596ae7be439a6e29ead66906c98af487c56ca79 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        |
  +--------------------------------------------------------------------+
-*/
+ */
 
 /**
  *
@@ -40,4 +40,5 @@ class CRM_Mailing_Page_Resubscribe extends CRM_Mailing_Page_Common {
     $this->_type = 'resubscribe';
     return parent::run();
   }
+
 }