diff options
author | Brian Paul <[email protected]> | 2010-06-02 16:04:10 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2010-06-02 16:04:10 -0600 |
commit | 2c30a8d8f9aa405d3d30e75371b2d6643ecd8d32 (patch) | |
tree | 96784759b09699b7d70a3485ded9e8d59bc76a75 /src/glx | |
parent | fc72452b976e368caf133e108ecaddfea8b2b147 (diff) |
glx: fix indentation and remove extraneous break
Diffstat (limited to 'src/glx')
-rw-r--r-- | 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 79285ec7117..69a7b29eb27 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; } } |