repo: rxvt-unicode-sixel action: commit revision: path_from: revision_from: 2815f6b2f03991481cf5567c898990c78c39d4e1: path_to: revision_to:
commit 2815f6b2f03991481cf5567c898990c78c39d4e1 Author: Sasha VaskoDate: Fri Jan 4 21:31:23 2008 +0000 style fix diff --git a/src/main.C b/src/main.C
--- 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-----