whitespace fixups
[civicrm-core.git] / api / v3 / Contribution.php
index 64ced693493b6daae24dc1651f00a4fdfcb07eb7..68840577b275be364f3cdb42f0ee40f1e9e0ca29 100644 (file)
@@ -69,7 +69,7 @@ function civicrm_api3_contribution_create(&$params) {
 
   // make sure tax calculation is handled via api
   $params = CRM_Contribute_BAO_Contribution::checkTaxAmount($params);
-  
+
   return _civicrm_api3_basic_create(_civicrm_api3_get_BAO(__FUNCTION__), $params, 'Contribution');
 }