lgtm: drop redundant newlines

This commit is contained in:
Evgeny Vereshchagin
2018-10-26 10:25:36 +00:00
committed by Lennart Poettering
parent 56abe1d107
commit 845702c638

View File

@@ -10,13 +10,11 @@
*/
import cpp
predicate dangerousFunction(Function function) {
exists (string name | name = function.getQualifiedName() |
name = "fgets")
}
from FunctionCall call, Function target
where call.getTarget() = target
and dangerousFunction(target)