Mesa (master): mesa: Remove every double semi-colon

Chad Versace chadversary at kemper.freedesktop.org
Tue Apr 26 20:40:25 UTC 2016


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

Author: Jakob Sinclair <sinclair.jakob at openmailbox.org>
Date:   Thu Apr 14 18:07:42 2016 +0200

mesa: Remove every double semi-colon

Signed-off-by: Jakob Sinclair <sinclair.jakob at openmailbox.org>
Reviewed-by: Ian Romanick <ian.d.romanick at intel.com>
Reviewed-by: Chad Versace <chad.versace at intel.com>

---

 src/mesa/drivers/dri/i965/brw_vec4_tcs.cpp | 2 +-
 src/mesa/math/m_debug_norm.c               | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/mesa/drivers/dri/i965/brw_vec4_tcs.cpp b/src/mesa/drivers/dri/i965/brw_vec4_tcs.cpp
index 8e2713a..654d67e 100644
--- a/src/mesa/drivers/dri/i965/brw_vec4_tcs.cpp
+++ b/src/mesa/drivers/dri/i965/brw_vec4_tcs.cpp
@@ -323,7 +323,7 @@ vec4_tcs_visitor::nir_emit_intrinsic(nir_intrinsic_instr *instr)
    case nir_intrinsic_load_output:
    case nir_intrinsic_load_per_vertex_output: {
       src_reg indirect_offset = get_indirect_offset(instr);
-      unsigned imm_offset = instr->const_index[0];;
+      unsigned imm_offset = instr->const_index[0];
 
       dst_reg dst = get_nir_dest(instr->dest, BRW_REGISTER_TYPE_D);
       dst.writemask = brw_writemask_for_size(instr->num_components);
diff --git a/src/mesa/math/m_debug_norm.c b/src/mesa/math/m_debug_norm.c
index 197b43c..8be07ee 100644
--- a/src/mesa/math/m_debug_norm.c
+++ b/src/mesa/math/m_debug_norm.c
@@ -172,7 +172,7 @@ static void ref_norm_transform_normalize( const GLmatrix *mat,
             out[i][0] = out[i][1] = out[i][2] = 0;
          }
       } else {
-         scale = lengths[i];;
+         scale = lengths[i];
 	 SCALE_SCALAR_3V( out[i], scale, t );
       }
 




More information about the mesa-commit mailing list