INFRA-132 - Put "else" and "catch" on new line
[civicrm-core.git] / CRM / Core / BAO / CustomValueTable.php
index 15d6290e00fef69ed7ac5e5baeb334ecbcb7a544..2b1ca78553d8561261625b7961854f552990c884 100644 (file)
@@ -465,7 +465,8 @@ AND    $cond
               else {
                 $result["{$dao->id}"]["{$fieldID}"] = $dao->$fieldName;
               }
-            } else {
+            }
+            else {
               $result["{$fieldID}_{$dao->id}"] = $dao->$fieldName;
             }
           }