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

Author: Brian Paul <[email protected]>
Date:   Wed Jun  2 16:04:10 2010 -0600

glx: fix indentation and remove extraneous break

---

 src/glx/glxext.c |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/src/glx/glxext.c b/src/glx/glxext.c
index 79285ec..69a7b29 100644
--- a/src/glx/glxext.c
+++ b/src/glx/glxext.c
@@ -599,9 +599,8 @@ __glXInitializeVisualConfigFromTags(__GLcontextModes * 
config, int count,
          } else {
              /* Ignore the unrecognized tag's value */
              bp++;
-             break;
          }
-              break;
+         break;
       }
    }
 

_______________________________________________
mesa-commit mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to