repo: rxvt-unicode-sixel
action: commit
revision: 
path_from: 
revision_from: 2815f6b2f03991481cf5567c898990c78c39d4e1:
path_to: 
revision_to: 
git.thebackupbox.net
rxvt-unicode-sixel
git clone git://git.thebackupbox.net/rxvt-unicode-sixel
commit 2815f6b2f03991481cf5567c898990c78c39d4e1
Author: Sasha Vasko 
Date:   Fri Jan 4 21:31:23 2008 +0000

    style fix

diff --git a/src/main.C b/src/main.C
index 376304ca6a1b3948b911f78a0c7dc4c1d1144bbf..
index ..406d86bbb2dc6590f0af2504d7a54e5ee72233a9 100644
--- a/src/main.C
+++ b/src/main.C
@@ -1720,7 +1720,7 @@ rxvt_term::update_background ()

   ev_tstamp to_wait = 0.5 - (ev::now () - bgPixmap.valid_since);

-  if ( to_wait <= 0. )
+  if (to_wait <= 0.)
     bgPixmap.render ();
   else
     update_background_ev.start (to_wait);

-----END OF PAGE-----