JS: Autoformat

This commit is contained in:
Asger Feldthaus
2020-06-26 23:15:04 +01:00
parent 6707e3424d
commit ac5b9cd168

View File

@@ -743,7 +743,9 @@ module TaintTracking {
}
pragma[nomagic]
private ControlFlowNode getANodeReachingCaptureRefAux(DataFlow::PropRead read, ControlFlowNode mid) {
private ControlFlowNode getANodeReachingCaptureRefAux(
DataFlow::PropRead read, ControlFlowNode mid
) {
mid = getANodeReachingCaptureRef(read) and
result = mid.getAPredecessor()
}