From b8f2a1da1af0025d979c661a47e7f5816aef2373 Mon Sep 17 00:00:00 2001 From: Asmageddon Date: Tue, 13 Mar 2012 21:13:57 +0100 Subject: [PATCH] Removed trailing whitespace --- deluge/ui/console/modes/basemode.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/deluge/ui/console/modes/basemode.py b/deluge/ui/console/modes/basemode.py index 2dd9b87d7..186b9a03d 100644 --- a/deluge/ui/console/modes/basemode.py +++ b/deluge/ui/console/modes/basemode.py @@ -2,8 +2,8 @@ # basemode.py # # Copyright (C) 2011 Nick Lanham -# -# Most code in this file taken from screen.py: +# +# Most code in this file taken from screen.py: # Copyright (C) 2009 Andrew Resch # # Deluge is free software. @@ -81,7 +81,7 @@ class BaseMode(CursesStdIO): _doRead(self) - Handle user input refresh(self) - draw the mode to the screen - add_string(self, row, string) - add a string of text to be displayed. + add_string(self, row, string) - add a string of text to be displayed. see method for detailed info The init method of a subclass *must* call BaseMode.__init__ @@ -185,7 +185,7 @@ class BaseMode(CursesStdIO): def draw_statusbars(self): self.add_string(0, self.statusbars.topbar) - self.add_string(self.rows - 1, self.statusbars.bottombar) + self.add_string(self.rows - 1, self.statusbars.bottombar) # This mode doesn't report errors def report_message(self):