Stripped trailing space.

This commit is contained in:
Tomas Frydrych 2008-09-25 09:29:57 +01:00
parent 4f1fd37231
commit 33ae559eca

View File

@ -213,7 +213,7 @@ meta_shaped_texture_ensure_mask (MetaShapedTexture *stex)
/* Create data for an empty image */
mask_data = g_malloc0 (tex_width * tex_height);
/* Cut out a hole for each rectangle */
for (rect = (XRectangle *) priv->rectangles->data
+ priv->rectangles->len;