INFRA-132 - Put "else" and "catch" on new line
[civicrm-core.git] / CRM / Logging / Differ.php
index 04dc8866f8b23cdc292b9c57b32f78da2079a518..f75b638394b22ca4693fd76730109b0c5d0465eb 100644 (file)
@@ -313,7 +313,8 @@ WHERE lt.log_conn_id = %1 AND
       }
       elseif (substr($table, 0, 14) == 'civicrm_value_') {
         list($titles[$table], $values[$table]) = $this->titlesAndValuesForCustomDataTable($table);
-      } else {
+      }
+      else {
         $titles[$table] = $values[$table] = array();
       }
     }