diff mod_statistics/top.lua @ 1343:7dbde05b48a9

all the things: Remove trailing whitespace
author Florian Zeitz <florob@babelmonkeys.de>
date Tue, 11 Mar 2014 18:44:01 +0100
parents 9612cea92503
children
line wrap: on
line diff
--- a/mod_statistics/top.lua	Mon Mar 10 08:22:58 2014 +0000
+++ b/mod_statistics/top.lua	Tue Mar 11 18:44:01 2014 +0100
@@ -202,7 +202,7 @@
 
 	base.listwin = curses.newwin(curses.lines()-(#status_lines+2)-5, 0, #status_lines+1, 0);
 	base.listwin:syncok();
-	
+
 	base.infowin = curses.newwin(5, 0, curses.lines()-5, 0);
 	base.infowin:mvaddstr(1, 1, "Hello world");
 	base.infowin:border(0,0,0,0);
@@ -210,7 +210,7 @@
 	base.infowin:refresh();
 
 	base:resized();
-	
+
 	return base;
 end