From: Brian Paul Date: Wed, 2 Jun 2010 22:04:10 +0000 (-0600) Subject: glx: fix indentation and remove extraneous break X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2c30a8d8f9aa405d3d30e75371b2d6643ecd8d32;p=mesa.git glx: fix indentation and remove extraneous break --- 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; } }