glsl: Remove extraneously extraneous parens
I found this parenthetical usage of parentheses to be extraneously extraneous: (yyextra->ARB_fragment_coord_conventions_enable)
This commit is contained in:
@@ -254,7 +254,7 @@ layout {
|
||||
if ((yyextra->language_version >= 140)
|
||||
|| yyextra->AMD_conservative_depth_enable
|
||||
|| yyextra->ARB_explicit_attrib_location_enable
|
||||
|| (yyextra->ARB_fragment_coord_conventions_enable)){
|
||||
|| yyextra->ARB_fragment_coord_conventions_enable) {
|
||||
return LAYOUT_TOK;
|
||||
} else {
|
||||
yylval->identifier = strdup(yytext);
|
||||
|
||||
Reference in New Issue
Block a user