INFRA-132 - Fix comment spacing
[civicrm-core.git] / api / v3 / OptionValue.php
index 0a7130b820ceb13d3533dd7b8368a503f987e94c..c3120527cb2770b6a2632fccbb5d421394217ac5 100644 (file)
@@ -8,7 +8,7 @@
  * {@example OptionValueGet.php 0}
  * @example OptionValueGet.php
  *
- * @return  array details of found Option Values
+ * @return array details of found Option Values
  * {@getfields OptionValue_get}
  * @access public
  */
@@ -88,7 +88,7 @@ function civicrm_api3_option_value_delete($params) {
     civicrm_api('option_value', 'getfields', array('version' => 3, 'cache_clear' => 1, 'option_group_id' => $optionGroupID));
     return civicrm_api3_create_success();
   }
-  else{
+  else {
     civicrm_api3_create_error('Could not delete OptionValue ' . $params['id']);
   }
 }