From c265bcdf47770ef826a88befb621fe85b16ec5e4 Mon Sep 17 00:00:00 2001 From: lilydjwg Date: Tue, 1 May 2018 15:14:26 +0800 Subject: [PATCH] ping plugin: reformat --- src/ping.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ping.c b/src/ping.c index 8a174119..b07a4247 100644 --- a/src/ping.c +++ b/src/ping.c @@ -476,7 +476,7 @@ static int ping_config(const char *key, const char *value) /* {{{ */ hl->next = hostlist_head; hostlist_head = hl; } else if (strcasecmp(key, "AddressFamily") == 0) { - char* af = NULL; + char *af = NULL; int status = config_set_string(key, &af, value); if (status != 0) return status; -- 2.11.0