--- rxvt-unicode/src/rxvtfont.C 2007/08/28 17:32:25 1.114 +++ rxvt-unicode/src/rxvtfont.C 2007/08/28 17:32:47 1.115 @@ -1369,7 +1369,7 @@ } #endif - if(bg >= 0 && !back_rendered) + if (bg >= 0 && !back_rendered) XftDrawRect (d2, &term->pix_colors[bg].c, 0, 0, w, h); XftDrawGlyphSpec (d2, &term->pix_colors[fg].c, f, enc, ep - enc);