INFRA-132 - Fix comment spacing
[civicrm-core.git] / api / v3 / PriceFieldValue.php
index f3a294ffea32cd6601de17a1364db42ea2f4665b..2b80d4579c96d823c264ed988ec344d72b8ef9b9 100644 (file)
@@ -49,7 +49,7 @@
  */
 function civicrm_api3_price_field_value_create($params) {
   $ids = array();
-  if(!empty($params['id'])){
+  if (!empty($params['id'])) {
     $ids['id'] = $params['id'];
   }