mirror of
https://github.com/Dasharo/systemd.git
synced 2026-03-06 15:02:31 -08:00
lgtm: drop redundant newlines
This commit is contained in:
committed by
Lennart Poettering
parent
56abe1d107
commit
845702c638
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user