Mesa (master): i965: Remove unnecessary white space

Anuj Phogat aphogat at kemper.freedesktop.org
Tue Nov 8 00:19:17 UTC 2016


Module: Mesa
Branch: master
Commit: 501d608e56042aaa55b35ac6fc0e6a87f7430f84
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=501d608e56042aaa55b35ac6fc0e6a87f7430f84

Author: Anuj Phogat <anuj.phogat at gmail.com>
Date:   Fri Oct 28 10:58:44 2016 -0700

i965: Remove unnecessary white space

Signed-off-by: Anuj Phogat <anuj.phogat at gmail.com>

---

 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:




More information about the mesa-commit mailing list