1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2025-01-21 18:03:41 +03:00

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)