From: Brian Paul Date: Mon, 8 Feb 2016 16:29:38 +0000 (-0700) Subject: st/mesa: minor formatting fixes in st_cb_bitmap.c X-Git-Tag: upstream/17.1.0~12781 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3c3ef696961343d0078679672d3265dc6638f18e;p=platform%2Fupstream%2Fmesa.git st/mesa: minor formatting fixes in st_cb_bitmap.c --- diff --git a/src/mesa/state_tracker/st_cb_bitmap.c b/src/mesa/state_tracker/st_cb_bitmap.c index d8c3dbd..87c606a 100644 --- a/src/mesa/state_tracker/st_cb_bitmap.c +++ b/src/mesa/state_tracker/st_cb_bitmap.c @@ -198,8 +198,7 @@ setup_bitmap_vertex_data(struct st_context *st, bool normalized, GLuint i; float (*vertices)[3][4]; /**< vertex pos + color + texcoord */ - if(!normalized) - { + if (!normalized) { sRight = (GLfloat) width; tBot = (GLfloat) height; } @@ -488,7 +487,6 @@ st_flush_bitmap_cache(struct st_context *st) { if (!st->bitmap.cache->empty) { struct bitmap_cache *cache = st->bitmap.cache; - struct pipe_context *pipe = st->pipe; struct pipe_sampler_view *sv;