]> git.meshlink.io Git - meshlink/blobdiff - src/top.c
Releasing 1.1pre3.
[meshlink] / src / top.c
index 478e4fb9c59a88db6b74701f59a1b729c1c08d80..8232c7a7d82fb13237190e1cc740c3a552d168b8 100644 (file)
--- a/src/top.c
+++ b/src/top.c
@@ -1,6 +1,6 @@
 /*
     top.c -- Show real-time statistics from a running tincd
-    Copyright (C) 2011 Guus Sliepen <guus@tinc-vpn.org>
+    Copyright (C) 2011-2012 Guus Sliepen <guus@tinc-vpn.org>
 
     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
@@ -156,7 +156,7 @@ static void redraw(void) {
 
        for(int i = 0; i < n; i++)
                sorted[i]->i = i;
-       
+
        int cmpfloat(float a, float b) {
                if(a < b)
                        return -1;