From: sasha Date: Fri, 4 Jan 2008 21:31:23 +0000 (+0000) Subject: style fix X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=3f8838d82615fc1fd45c1e24670212c3ccc40fc0;p=dana%2Furxvt.git style fix --- diff --git a/src/main.C b/src/main.C index 376304ca..406d86bb 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);