Various plugins: Remove trailing whitespaces.
[collectd.git] / src / load.c
index cf5221b..575b4ca 100644 (file)
@@ -81,7 +81,7 @@ static int load_read (void)
 
        char *fields[8];
        int numfields;
-       
+
        if ((loadavg = fopen ("/proc/loadavg", "r")) == NULL)
        {
                char errbuf[1024];