remove extraneous whitespace

This commit is contained in:
Chris Jones 2008-01-29 14:00:02 +00:00
parent 42ff80837c
commit 9948b5a14c
1 changed files with 2 additions and 2 deletions

View File

@ -60,7 +60,7 @@ class TerminatorTerm:
# FIXME: Add commandline and/or gconf options to change these # FIXME: Add commandline and/or gconf options to change these
defaults = { defaults = {
'gt_dir' : '/apps/gnome-terminal', 'gt_dir' : '/apps/gnome-terminal',
'_profile_dir' : '%s/profiles', '_profile_dir' : '%s/profiles',
'allow_bold' : True, 'allow_bold' : True,
'audible_bell' : False, 'audible_bell' : False,
'background_color' : '#000000', 'background_color' : '#000000',
@ -85,7 +85,7 @@ class TerminatorTerm:
'link_hostchars' : '-A-Za-z0-9', 'link_hostchars' : '-A-Za-z0-9',
'link_userchars' : '-A-Za-z0-9', 'link_userchars' : '-A-Za-z0-9',
'link_passchars' : '-A-Za-z0-9,?;.:/!%$^*&~"#\'', 'link_passchars' : '-A-Za-z0-9,?;.:/!%$^*&~"#\'',
'_palette' : '%s/palette', '_palette' : '%s/palette',
'default_palette' : '', 'default_palette' : '',
'word_chars' : '-A-Za-z0-9,./?%&#:_', 'word_chars' : '-A-Za-z0-9,./?%&#:_',
'mouse_autohide' : True, 'mouse_autohide' : True,