Code

openvpn plugin: Remove one level of indentation in the read functions.
[collectd.git] / src / swap.c
index 492094b669f1581358f29ab05296a560ada57f06..6ccae563f5888a1ee8c1a02a16328e81b1b35986 100644 (file)
@@ -1,6 +1,7 @@
 /**
  * collectd - src/swap.c
  * Copyright (C) 2005-2009  Florian octo Forster
+ * Copyright (C) 2009       Stefan Völkel
  *
  * This program is free software; you can redistribute it and/or modify it
  * under the terms of the GNU General Public License as published by the
@@ -172,7 +173,7 @@ static int swap_read (void)
 #if KERNEL_LINUX
        FILE *fh;
        char buffer[1024];
-       
+
        char *fields[8];
        int numfields;