whitespace cleanup
authorColeman Watts <coleman@civicrm.org>
Sun, 24 Mar 2013 21:32:30 +0000 (14:32 -0700)
committerColeman Watts <coleman@civicrm.org>
Sun, 31 Mar 2013 04:00:39 +0000 (21:00 -0700)
CRM/Core/Payment/ProcessorForm.php

index 2fa9e329439b3bbca9c14908956b9767003c5cc6..eb51b452b890c97cc4706eb80a97dbedb4910889 100644 (file)
@@ -102,13 +102,14 @@ class CRM_Core_Payment_ProcessorForm {
 
       CRM_Core_Error::fatal(ts('This contribution page is configured to support separate contribution and membership payments. This %1 plugin does not currently support multiple simultaneous payments, or the option to "Execute real-time monetary transactions" is disabled. Please contact the site administrator and notify them of this error',
           array(1 => $form->_paymentProcessor['payment_processor_type'])
-        ));
+        )
+      );
     }
 
     $profileAddressFields = $form->get('profileAddressFields');
-    if (!empty( $profileAddressFields)){
+    if (!empty( $profileAddressFields)) {
       $form->assign('profileAddressFields', $profileAddressFields);
-  }
+    }
   }
 
   static function buildQuickform(&$form) {