From: lilydjwg Date: Tue, 1 May 2018 07:14:26 +0000 (+0800) Subject: ping plugin: reformat X-Git-Url: https://git.octo.it/?a=commitdiff_plain;h=c265bcdf47770ef826a88befb621fe85b16ec5e4;p=collectd.git ping plugin: reformat --- 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;