summaryrefslogtreecommitdiffstats
path: root/src/mesa
diff options
context:
space:
mode:
authorAnuj Phogat <[email protected]>2016-10-28 10:58:44 -0700
committerAnuj Phogat <[email protected]>2016-11-07 16:13:57 -0800
commit501d608e56042aaa55b35ac6fc0e6a87f7430f84 (patch)
treee2bb469f107126fbcab7260890e671c2e8130fbd /src/mesa
parent329ae922bdbfd94ddc7c958d4902107f2eb78cab (diff)
i965: Remove unnecessary white space
Signed-off-by: Anuj Phogat <[email protected]>
Diffstat (limited to 'src/mesa')
-rw-r--r--src/mesa/drivers/dri/i965/brw_sampler_state.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_sampler_state.c b/src/mesa/drivers/dri/i965/brw_sampler_state.c
index 0eed8f962ee..7df2c5539e2 100644
--- a/src/mesa/drivers/dri/i965/brw_sampler_state.c
+++ b/src/mesa/drivers/dri/i965/brw_sampler_state.c
@@ -149,7 +149,7 @@ brw_emit_sampler_state(struct brw_context *brw,
static uint32_t
translate_wrap_mode(struct brw_context *brw, GLenum wrap, bool using_nearest)
{
- switch( wrap ) {
+ switch (wrap) {
case GL_REPEAT:
return BRW_TEXCOORDMODE_WRAP;
case GL_CLAMP: