st/mesa: fix indentation in st_copy_texsubimage()

This commit is contained in:
Brian Paul 2012-01-04 13:30:35 -07:00
parent 5d67d4fbeb
commit 2972547047

View file

@ -1172,11 +1172,11 @@ st_copy_texsubimage(struct gl_context *ctx,
return;
fallback:
/* software fallback */
fallback_copy_texsubimage(ctx, target, level,
strb, stImage, texBaseFormat,
destX, destY, destZ,
srcX, srcY, width, height);
/* software fallback */
fallback_copy_texsubimage(ctx, target, level,
strb, stImage, texBaseFormat,
destX, destY, destZ,
srcX, srcY, width, height);
}