fix EOL spaces
Reviewed-by: James Cameron <quozl@laptop.org> Acked-by: Simon Schampijer <simon@laptop.org> CC: Aleksey Lim <alsroot@member.fsf.org>
This commit is contained in:
@@ -45,7 +45,7 @@ def create_icon_widgets(box, sensitive=True):
|
||||
icon.set_sensitive(sensitive)
|
||||
icon.show()
|
||||
|
||||
icon = Icon(icon_name='computer-xo',
|
||||
icon = Icon(icon_name='computer-xo',
|
||||
icon_size=gtk.ICON_SIZE_LARGE_TOOLBAR,
|
||||
xo_color=XoColor())
|
||||
box.pack_start(icon)
|
||||
|
||||
@@ -33,7 +33,7 @@ class TestMime(unittest.TestCase):
|
||||
['text/plain', 'text/_moz_htmlcontext', 'text/unicode',
|
||||
'text/html', 'text/_moz_htmlinfo'])
|
||||
self.assertEqual(mime_type, 'text/html')
|
||||
|
||||
|
||||
# Mozilla's text in c&v
|
||||
mime_type = mime.choose_most_significant(
|
||||
['text/_moz_htmlcontext', 'STRING', 'text/html', 'text/_moz_htmlinfo',
|
||||
|
||||
Reference in New Issue
Block a user