glx: fix indentation and remove extraneous break

This commit is contained in:
Brian Paul 2010-06-02 16:04:10 -06:00
parent fc72452b97
commit 2c30a8d8f9

View file

@ -599,9 +599,8 @@ __glXInitializeVisualConfigFromTags(__GLcontextModes * config, int count,
} else {
/* Ignore the unrecognized tag's value */
bp++;
break;
}
break;
break;
}
}