Code

src/plugin.c: Free the "data_sets" AVL tree.
[collectd.git] / src / load.c
index 76d60524307e06e921aed32b50e1d3681cd1defd..0188da7ef38407972f5570f47fabcf622db41b4b 100644 (file)
@@ -89,7 +89,7 @@ static int load_read (void)
 
        char *fields[8];
        int numfields;
-       
+
        if ((loadavg = fopen ("/proc/loadavg", "r")) == NULL)
        {
                char errbuf[1024];