INFRA-132 - Put space after flow-control (if/switch/for/foreach/while)
[civicrm-core.git] / api / v3 / PledgePayment.php
index ec3e0853afc992d1a7dc83b489ae42d4fd11e1d2..57fc14247772e0101838164e044840f81edfa9e3 100644 (file)
@@ -68,7 +68,7 @@ function civicrm_api3_pledge_payment_create($params) {
   }
 
   $dao = CRM_Pledge_BAO_PledgePayment::add($paymentParams);
-  if(empty($dao->pledge_id)){
+  if (empty($dao->pledge_id)){
     $dao->find(TRUE);
   }
   _civicrm_api3_object_to_array($dao, $result[$dao->id]);