i965: Remove unnecessary white space

Signed-off-by: Anuj Phogat <anuj.phogat@gmail.com>
This commit is contained in:
Anuj Phogat 2016-10-28 10:58:44 -07:00
parent 329ae922bd
commit 501d608e56

View file

@ -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: