mirror of
https://github.com/github/codeql.git
synced 2026-04-29 02:35:15 +02:00
C++: Autoformat fixup
This commit is contained in:
@@ -396,9 +396,7 @@ class DefinitionByReferenceNode extends InstructionNode {
|
||||
private class ArgumentIndirectionNode extends InstructionNode {
|
||||
override ReadSideEffectInstruction instr;
|
||||
|
||||
override string toString() {
|
||||
result = "Argument " + instr.getIndex() + " indirection"
|
||||
}
|
||||
override string toString() { result = "Argument " + instr.getIndex() + " indirection" }
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user