diff examples/file_dialog.py @ 66:287ff3e1edd1

removed trailing spaces
author Goffi <goffi@goffi.org>
date Sat, 21 Dec 2013 16:51:14 +0100
parents 585302e84c1f
children
line wrap: on
line diff
--- a/examples/file_dialog.py	Mon Mar 25 13:10:57 2013 +0100
+++ b/examples/file_dialog.py	Sat Dec 21 16:51:14 2013 +0100
@@ -31,7 +31,7 @@
 def cancel_cb(control):
     """This callback is called when user cancelled the dialog"""
     raise urwid.ExitMainLoop()
-    
+
 def test_quit(input):
     """We leave if user press 'esc'"""
     if input in ('esc',):