processes plugin: Remove trailing whitespaces.
authorFlorian Forster <octo@leeloo.lan.home.verplant.org>
Tue, 27 May 2008 15:51:07 +0000 (17:51 +0200)
committerFlorian Forster <octo@leeloo.lan.home.verplant.org>
Tue, 27 May 2008 15:51:07 +0000 (17:51 +0200)
src/processes.c

index 6b90f76..3142267 100644 (file)
@@ -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)