Update PayPalImpl.php
[civicrm-core.git] / CRM / Core / Payment / PayPalImpl.php
index 8b9cefdc63a93964b0fadedda9635355bcd96f8c..fbec70ca29961ed77d8c730ff4e49f9fcdd5bdc1 100644 (file)
@@ -799,8 +799,8 @@ class CRM_Core_Payment_PayPalImpl extends CRM_Core_Payment {
       case 'PayPal_Express':
         // "PayPal - Express"
         $paypalIPN = new CRM_Core_Payment_PayPalProIPN($params);
-        break;       
-        
+        break;
+
       case 'PayPal_Standard':
         // "PayPal - Website Payments Standard"
         $paypalIPN = new CRM_Core_Payment_PayPalIPN($params);