From ab1447aeca9c1d787fa80b1b55d1526cef87ae81 Mon Sep 17 00:00:00 2001 From: Ian Barwick Date: Fri, 30 Oct 2020 11:06:15 +0900 Subject: [PATCH] Standardize code style --- configfile.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/configfile.c b/configfile.c index f00f5487..81985dd4 100644 --- a/configfile.c +++ b/configfile.c @@ -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);