Skip to content

Commit 6606b2e

Browse files
committed
C++: autoformat fixup
1 parent 5eeb5c6 commit 6606b2e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cpp/ql/src/semmle/code/cpp/ir/dataflow/DefaultTaintTracking.qll

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ private class DefaultTaintTrackingCfg extends DataFlow::Configuration {
3535
or
3636
source.asExpr() instanceof EnvironmentRead
3737
or
38-
source.asInstruction()
38+
source
39+
.asInstruction()
3940
.(LoadInstruction)
4041
.getSourceAddress()
4142
.(VariableAddressInstruction)

0 commit comments

Comments
 (0)