Mesa (master): glx: fix indentation and remove extraneous break

Brian Paul brianp at kemper.freedesktop.org
Wed Jun 2 22:04:19 UTC 2010


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

Author: Brian Paul <brianp at vmware.com>
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;
       }
    }
 




More information about the mesa-commit mailing list