INFRA-132 - Misc
[civicrm-core.git] / CRM / Mailing / MailStore / Maildir.php
index 980451239e64a0da308c06c6182f9e20359194be..7ce192a40310b96bcc328b7f52c583bc25c365ae 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        |
  +--------------------------------------------------------------------+
-*/
+ */
 
 /**
  *
@@ -144,4 +144,5 @@ class CRM_Mailing_MailStore_Maildir extends CRM_Mailing_MailStore {
       throw new Exception("Could not rename $file to $target");
     }
   }
+
 }