Module: Mesa Branch: master Commit: 501d608e56042aaa55b35ac6fc0e6a87f7430f84 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=501d608e56042aaa55b35ac6fc0e6a87f7430f84
Author: Anuj Phogat <[email protected]> Date: Fri Oct 28 10:58:44 2016 -0700 i965: Remove unnecessary white space Signed-off-by: Anuj Phogat <[email protected]> --- src/mesa/drivers/dri/i965/brw_sampler_state.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mesa/drivers/dri/i965/brw_sampler_state.c b/src/mesa/drivers/dri/i965/brw_sampler_state.c index 0eed8f9..7df2c55 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: _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
