CRM-12595 fix formatting in tests files
[civicrm-core.git] / tests / phpunit / CiviTest / AuthorizeNet.php
index a24a3d8b8430339b5a398c7ae1fc69a2b740ca3b..13bae28459de746a615d9c7e25470f4aa467cdb7 100644 (file)
@@ -29,12 +29,12 @@ class AuthorizeNet extends PHPUnit_Framework_Testcase {
   }
 
   /*
-     * Helper function to delete a PayPal Pro 
+     * Helper function to delete a PayPal Pro
      * payment processor
      * @param  int $id - id of the PayPal Pro payment processor
      * to be deleted
      * @return boolean true if payment processor deleted, false otherwise
-     * 
+     *
      */
   function delete($id) {
     $paymentProcessor = new CRM_Financial_DAO_PaymentProcessor();