Python: Autoformat all .ql files.

This commit is contained in:
Taus Brock-Nannestad
2020-03-30 11:59:10 +02:00
parent b4fbfa029e
commit 87a9f51c78
491 changed files with 2649 additions and 2747 deletions

View File

@@ -11,9 +11,5 @@
import python
from Expr e
where exists(ControlFlowNode f |
f = e.getAFlowNode() |
not f.refersTo(_)
)
select e, "Expression does not 'point-to' any object."
where exists(ControlFlowNode f | f = e.getAFlowNode() | not f.refersTo(_))
select e, "Expression does not 'point-to' any object."