fixe trailing space and empty lines
[psensor.git] / src / server / sysinfo.c
index cef2872..01e8955 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2010-2011 wpitchoune@gmail.com
+    Copyright (C) 2010-2011 jeanfi@gmail.com
 
     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
@@ -27,7 +27,6 @@ static glibtop_cpu *cpu;
 static float last_used;
 static float last_total;
 
-
 void sysinfo_update(struct psysinfo *info)
 {
        unsigned long int used = 0;