From 2c30a8d8f9aa405d3d30e75371b2d6643ecd8d32 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Wed, 2 Jun 2010 16:04:10 -0600 Subject: glx: fix indentation and remove extraneous break --- src/glx/glxext.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/glx/glxext.c') diff --git a/src/glx/glxext.c b/src/glx/glxext.c index 79285ec711..69a7b29eb2 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; } } -- cgit v1.2.3