X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2Fgallium%2Fdrivers%2Fllvmpipe%2Flp_texture.c;fp=src%2Fgallium%2Fdrivers%2Fllvmpipe%2Flp_texture.c;h=ae266ceb082cb47ca5aaf72b1e2d404dbb2d356a;hb=25b3d554c4403b3b63f58cea6f0fc0cf3232a1c0;hp=828688145812fdca42ab04fd30bc4d967d22dd1a;hpb=34782eec31d66e6392390fdf47b1860af08bcde6;p=mesa.git diff --git a/src/gallium/drivers/llvmpipe/lp_texture.c b/src/gallium/drivers/llvmpipe/lp_texture.c index 82868814581..ae266ceb082 100644 --- a/src/gallium/drivers/llvmpipe/lp_texture.c +++ b/src/gallium/drivers/llvmpipe/lp_texture.c @@ -695,7 +695,7 @@ llvmpipe_user_buffer_create(struct pipe_screen *screen, struct llvmpipe_resource *buffer; buffer = CALLOC_STRUCT(llvmpipe_resource); - if(!buffer) + if (!buffer) return NULL; pipe_reference_init(&buffer->base.reference, 1);