C++: Autoformat fixup

This commit is contained in:
Jonas Jensen
2020-06-03 15:48:50 +02:00
parent ad292d8fb6
commit e292eee3d1

View File

@@ -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" }
}
/**