exa: whitespace
This commit is contained in:
parent
ed00515ec5
commit
f028b14876
|
@ -187,7 +187,6 @@ exaRealizeGlyphCaches(ScreenPtr pScreen,
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Now allocate the pixmap and picture */
|
/* Now allocate the pixmap and picture */
|
||||||
|
|
||||||
pPixmap = (*pScreen->CreatePixmap) (pScreen,
|
pPixmap = (*pScreen->CreatePixmap) (pScreen,
|
||||||
CACHE_PICTURE_WIDTH,
|
CACHE_PICTURE_WIDTH,
|
||||||
height, depth, 0);
|
height, depth, 0);
|
||||||
|
@ -205,7 +204,6 @@ exaRealizeGlyphCaches(ScreenPtr pScreen,
|
||||||
return FALSE;
|
return FALSE;
|
||||||
|
|
||||||
/* And store the picture in all the caches for the format */
|
/* And store the picture in all the caches for the format */
|
||||||
|
|
||||||
for (i = 0; i < EXA_NUM_GLYPH_CACHES; i++) {
|
for (i = 0; i < EXA_NUM_GLYPH_CACHES; i++) {
|
||||||
ExaGlyphCachePtr cache = &pExaScr->glyphCaches[i];
|
ExaGlyphCachePtr cache = &pExaScr->glyphCaches[i];
|
||||||
int j;
|
int j;
|
||||||
|
@ -458,7 +456,6 @@ exaGlyphCacheBufferGlyph(ScreenPtr pScreen,
|
||||||
* already in the output buffer were at this position in
|
* already in the output buffer were at this position in
|
||||||
* the cache
|
* the cache
|
||||||
*/
|
*/
|
||||||
|
|
||||||
pos = cache->evictionPosition;
|
pos = cache->evictionPosition;
|
||||||
DBG_GLYPH_CACHE((" evicting glyph at %d\n", pos));
|
DBG_GLYPH_CACHE((" evicting glyph at %d\n", pos));
|
||||||
if (buffer->count) {
|
if (buffer->count) {
|
||||||
|
|
Loading…
Reference in New Issue