Standardize code style

This commit is contained in:
Ian Barwick
2020-10-30 11:06:15 +09:00
parent 293e37688f
commit ab1447aeca

View File

@@ -1412,10 +1412,8 @@ dump_config(void)
printf("%s", print_connection_check_type(*setting->val.checktypeptr));
break;
case CONFIG_REPLICATION_TYPE:
{
printf("%s", print_replication_type(*setting->val.replicationtypeptr));
break;
}
case CONFIG_EVENT_NOTIFICATION_LIST:
{
char *list = print_event_notification_list(setting->val.notificationlistptr);