Skip to content

Commit 1bf9c19

Browse files
committed
C++: Autoformat.
1 parent f090a3b commit 1bf9c19

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cpp/ql/src/Security/CWE/CWE-311/CleartextBufferWrite.ql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ class ToBufferConfiguration extends TaintTracking::Configuration {
4040
}
4141

4242
from
43-
ToBufferConfiguration config, BufferWrite::BufferWrite w, Expr taintSource, DataFlow::PathNode sourceNode,
44-
DataFlow::PathNode sinkNode, string taintCause, SensitiveExpr dest
43+
ToBufferConfiguration config, BufferWrite::BufferWrite w, Expr taintSource,
44+
DataFlow::PathNode sourceNode, DataFlow::PathNode sinkNode, string taintCause, SensitiveExpr dest
4545
where
4646
config.hasFlowPath(sourceNode, sinkNode) and
4747
taintSource = exprForNode(sourceNode.getNode()) and

0 commit comments

Comments
 (0)