Merge branch 4.5 into master
[civicrm-core.git] / CRM / Mailing / MailStore / Localdir.php
index 4c8cfdd9b9c81d155bc649ee09e3bcb46cb6a1f9..dfa634f780ce918ab4d72069482302fbba232e0c 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        |
  +--------------------------------------------------------------------+
-*/
+ */
 
 /**
  *
@@ -161,4 +161,5 @@ class CRM_Mailing_MailStore_Localdir extends CRM_Mailing_MailStore {
       throw new Exception("Could not rename $file to $target");
     }
   }
+
 }