C++: Autoformat.

This commit is contained in:
Geoffrey White
2022-01-27 11:26:18 +00:00
parent f090a3b440
commit 1bf9c19638

View File

@@ -40,8 +40,8 @@ class ToBufferConfiguration extends TaintTracking::Configuration {
} }
from from
ToBufferConfiguration config, BufferWrite::BufferWrite w, Expr taintSource, DataFlow::PathNode sourceNode, ToBufferConfiguration config, BufferWrite::BufferWrite w, Expr taintSource,
DataFlow::PathNode sinkNode, string taintCause, SensitiveExpr dest DataFlow::PathNode sourceNode, DataFlow::PathNode sinkNode, string taintCause, SensitiveExpr dest
where where
config.hasFlowPath(sourceNode, sinkNode) and config.hasFlowPath(sourceNode, sinkNode) and
taintSource = exprForNode(sourceNode.getNode()) and taintSource = exprForNode(sourceNode.getNode()) and