glamor: Fix some awful formatting of some fallback debug code.

This was clearly x-indent.sh damage.

Signed-off-by: Eric Anholt <eric@anholt.net>
Reviewed-by: Michel Dänzer <michel.daenzer@amd.com>
This commit is contained in:
Eric Anholt 2016-09-20 12:14:36 +01:00
parent ba199cb901
commit b87a075674

View File

@ -1712,12 +1712,12 @@ glamor_composite(CARD8 op,
source, source->pDrawable,
source->pDrawable ? source->pDrawable->width : 0,
source->pDrawable ? source->pDrawable->height : 0, mask,
(!mask) ? NULL : mask->pDrawable, (!mask
|| !mask->pDrawable) ? 0 :
mask->pDrawable->width, (!mask
|| !mask->pDrawable) ? 0 : mask->
pDrawable->height, glamor_get_picture_location(source),
glamor_get_picture_location(mask), dest, dest->pDrawable,
(!mask) ? NULL : mask->pDrawable,
(!mask || !mask->pDrawable) ? 0 : mask->pDrawable->width,
(!mask || !mask->pDrawable) ? 0 : mask->pDrawable->height,
glamor_get_picture_location(source),
glamor_get_picture_location(mask),
dest, dest->pDrawable,
dest->pDrawable->width, dest->pDrawable->height,
glamor_get_picture_location(dest));