Zebediah Figura (@zfigura) commented about libs/vkd3d-shader/hlsl.y:
state: any_identifier '=' expr ';'
{
vkd3d_free($1);
destroy_block($3);
}
- {
$$.lhs_name = $1;
$$.rhs_instrs = $3;
- }
This isn't where braces are usually aligned; why change them?