mirror of
https://github.com/github/codeql.git
synced 2026-04-29 02:35:15 +02:00
C++: Fix formatting
This commit is contained in:
@@ -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)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user