mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 05:18:08 +02:00
st/mesa: 80-column wrapping
This commit is contained in:
parent
9d21b5dd26
commit
a61e164ae0
1 changed files with 2 additions and 1 deletions
|
|
@ -153,7 +153,8 @@ st_DeleteTextureObject(struct gl_context *ctx,
|
|||
|
||||
/** called via ctx->Driver.FreeTextureImageBuffer() */
|
||||
static void
|
||||
st_FreeTextureImageBuffer(struct gl_context * ctx, struct gl_texture_image *texImage)
|
||||
st_FreeTextureImageBuffer(struct gl_context *ctx,
|
||||
struct gl_texture_image *texImage)
|
||||
{
|
||||
struct st_texture_image *stImage = st_texture_image(texImage);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue