remove whitespace at end of line
authorDavid Hayes <david@blackbricksoftware.com>
Mon, 14 Sep 2015 21:11:39 +0000 (16:11 -0500)
committerDavid Hayes <david@blackbricksoftware.com>
Mon, 14 Sep 2015 21:11:39 +0000 (16:11 -0500)
CRM/Utils/Mail/EmailProcessor.php

index 608ac7d8414b75d13e024cab85c661a06419596d..dfdc49fea511ba789ad7b21a149338641869e594 100644 (file)
@@ -241,7 +241,7 @@ class CRM_Utils_Mail_EmailProcessor {
           // if its the activities that needs to be processed ..
           try {
             $mailParams = CRM_Utils_Mail_Incoming::parseMailingObject($mail);
-          } 
+          }
           catch (Exception $e) {
             echo $e->getMessage();
             $store->markIgnored($key);