C++: Fix formatting

This commit is contained in:
Mathias Vorreiter Pedersen
2020-01-13 13:20:23 +01:00
parent 394a864b0a
commit acb106be44

View File

@@ -93,4 +93,4 @@ predicate mistypedFunctionArguments(FunctionCall fc, Function f, Parameter p) {
p.getIndex() < fc.getNumberOfArguments() and
// Parameter p and its corresponding call argument must have mismatched types
not argMayBeUsed(fc.getArgument(p.getIndex()), p)
}
}