From: Florian Forster Date: Tue, 27 May 2008 15:51:07 +0000 (+0200) Subject: processes plugin: Remove trailing whitespaces. X-Git-Tag: collectd-4.5.0~135 X-Git-Url: https://git.octo.it/?a=commitdiff_plain;h=98dc8f33df942b8b8505c3bda279a5a75eec34da;p=collectd.git processes plugin: Remove trailing whitespaces. --- diff --git a/src/processes.c b/src/processes.c index 6b90f760..3142267e 100644 --- a/src/processes.c +++ b/src/processes.c @@ -450,7 +450,7 @@ static int ps_config (const char *key, const char *value) } else if (strcasecmp (key, "ProcessMatch") == 0) { - char *new_val; + char *new_val; char *fields[3]; int fields_num; @@ -1168,8 +1168,8 @@ static int ps_read (void) ERROR ("processes plugin: Cannot open kvm interface: %s", errbuf); return (0); - } - + } + /* Get the list of processes. */ procs = kvm_getprocs(kd, KERN_PROC_ALL, 0, &count); if (procs == NULL)