From: lilydjwg Date: Tue, 1 May 2018 07:14:26 +0000 (+0800) Subject: ping plugin: reformat X-Git-Tag: collectd-5.9.0~295^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c265bcdf47770ef826a88befb621fe85b16ec5e4;p=thirdparty%2Fcollectd.git ping plugin: reformat --- diff --git a/src/ping.c b/src/ping.c index 8a1741191..b07a4247b 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;