mirror of
https://github.com/github/codeql.git
synced 2026-05-02 04:05:14 +02:00
C++:autoformat
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user