From 9948b5a14c813e8328fd0d1afddffa994e049416 Mon Sep 17 00:00:00 2001 From: Chris Jones Date: Tue, 29 Jan 2008 14:00:02 +0000 Subject: [PATCH] remove extraneous whitespace --- terminator | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/terminator b/terminator index 3b0f45a8..7d71c5e9 100755 --- a/terminator +++ b/terminator @@ -60,7 +60,7 @@ class TerminatorTerm: # FIXME: Add commandline and/or gconf options to change these defaults = { 'gt_dir' : '/apps/gnome-terminal', - '_profile_dir' : '%s/profiles', + '_profile_dir' : '%s/profiles', 'allow_bold' : True, 'audible_bell' : False, 'background_color' : '#000000', @@ -85,7 +85,7 @@ class TerminatorTerm: 'link_hostchars' : '-A-Za-z0-9', 'link_userchars' : '-A-Za-z0-9', 'link_passchars' : '-A-Za-z0-9,?;.:/!%$^*&~"#\'', - '_palette' : '%s/palette', + '_palette' : '%s/palette', 'default_palette' : '', 'word_chars' : '-A-Za-z0-9,./?%&#:_', 'mouse_autohide' : True,