Merge branch 4.5 into master
[civicrm-core.git] / CRM / Mailing / MailStore / Imap.php
index a6de684fc9bd9846e50d1aa1477dfb937fac4a59..d4aacc00687418bd1be481b17dca4ab3e3033318 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        |
  +--------------------------------------------------------------------+
-*/
+ */
 
 /**
  *
@@ -131,4 +131,5 @@ class CRM_Mailing_MailStore_Imap extends CRM_Mailing_MailStore {
     $this->_transport->copyMessages($nr, $this->_processed);
     $this->_transport->delete($nr);
   }
+
 }