Attention is currently required from: laforge.
Patch set 1:Code-Review +1
1 comment:
File contrib/simtrace.lua:
Patch Set #1, Line 93: if is_pbrx().value == 1 then
Using ternary operator may improve readability here:
flagstr = flagstr + if is_pbrx().value == 1 then "R" else "." end
To view, visit change 26985. To unsubscribe, or for help writing mail filters, visit settings.