j
k
j a
j l
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; }
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?
Back to the thread
Back to the list