diff options
author | Maarten Maathuis <madman2003@gmail.com> | 2008-10-03 22:59:40 +0200 |
---|---|---|
committer | Maarten Maathuis <madman2003@gmail.com> | 2008-10-03 23:59:06 +0200 |
commit | 416870d8c9e7e383b87c8513c2296a0cb66e7ef4 (patch) | |
tree | ad92ecf847fa420b522e89e618660a1ef63b26a3 /exa/exa_glyphs.c | |
parent | b72a217ad59cc527327d7b1fc81898677b977d8f (diff) |
exa: remove some excessive whitespace
Diffstat (limited to 'exa/exa_glyphs.c')
-rw-r--r-- | exa/exa_glyphs.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/exa/exa_glyphs.c b/exa/exa_glyphs.c index b23e7f688..2acc891f3 100644 --- a/exa/exa_glyphs.c +++ b/exa/exa_glyphs.c @@ -491,7 +491,6 @@ exaGlyphCacheBufferGlyph(ScreenPtr pScreen, } } - buffer->source = cache->picture; @@ -502,7 +501,7 @@ exaGlyphCacheBufferGlyph(ScreenPtr pScreen, rect->yDst = yGlyph - pGlyph->info.y; rect->width = pGlyph->info.width; rect->height = pGlyph->info.height; - + buffer->count++; return ExaGlyphSuccess; @@ -597,7 +596,7 @@ exaGlyphsToDst(CARD8 op, for (i = 0; i < buffer->count; i++) { ExaCompositeRectPtr rect = &buffer->rects[i]; - + CompositePicture (op, pSrc, buffer->source, |