Code

Collectd.pm: Added missing entry to the plugin (type id, type name) map.
[collectd.git] / src / swap.c
index e9f49cffb0b230be28b036b5dbd22c6aaa34c889..7f41c9eae263d664bd6d05dbf0439b6ac486168f 100644 (file)
@@ -189,7 +189,7 @@ static int swap_read (void)
 #if KERNEL_LINUX
        FILE *fh;
        char buffer[1024];
-       
+
        char *fields[8];
        int numfields;