C++:autoformat

This commit is contained in:
Robert Marsh
2020-02-07 15:51:23 -08:00
parent d1d19a7446
commit 68097116b0

View File

@@ -54,9 +54,7 @@ class ReturnNode extends InstructionNode {
Instruction primary;
ReturnNode() {
exists(ReturnValueInstruction ret |
instr = ret.getReturnValue() and primary = ret
)
exists(ReturnValueInstruction ret | instr = ret.getReturnValue() and primary = ret)
or
exists(ReturnIndirectionInstruction rii |
instr = rii.getSideEffectOperand().getAnyDef() and primary = rii