From: Ruben Kerkhof Date: Sun, 16 Jul 2017 20:37:31 +0000 (+0200) Subject: nut plugin: remove trailing whitespace X-Git-Tag: collectd-5.8.0~117 X-Git-Url: https://git.octo.it/?p=collectd.git;a=commitdiff_plain;h=72b766cc2c0413eae5fd2cce468b349a33b8b557 nut plugin: remove trailing whitespace --- diff --git a/src/nut.c b/src/nut.c index e3820951..2bd4019b 100644 --- a/src/nut.c +++ b/src/nut.c @@ -160,7 +160,7 @@ static int nut_set_connect_timeout(const char *value) { ret = strtol(value, /* endptr = */ NULL, /* base = */ 10); if (errno == 0) connect_timeout = ret; - else + else WARNING("nut plugin: The ConnectTimeout option requires numeric argument. " "Setting ignored."); #else /* #if HAVE_UPSCLI_TRYCONNECT */