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:
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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user