mirror of
https://github.com/github/codeql.git
synced 2026-04-27 17:55:19 +02:00
CPP: Fix trailing space.
This commit is contained in:
@@ -20,7 +20,7 @@ import semmle.code.cpp.dataflow.DataFlow
|
||||
predicate candidateForStmt(ForStmt forStmt, Variable v, CrementOperation update, RelationalOperation rel) {
|
||||
update = forStmt.getUpdate() and
|
||||
update.getAnOperand() = v.getAnAccess() and
|
||||
rel = forStmt.getCondition()
|
||||
rel = forStmt.getCondition()
|
||||
}
|
||||
|
||||
predicate illDefinedDecrForStmt( ForStmt forstmt, Variable v, Expr initialCondition, Expr terminalCondition ) {
|
||||
|
||||
Reference in New Issue
Block a user