mirror of
https://github.com/github/codeql.git
synced 2026-04-28 10:15:14 +02:00
C++: autoformat fixup
This commit is contained in:
@@ -35,7 +35,8 @@ private class DefaultTaintTrackingCfg extends DataFlow::Configuration {
|
||||
or
|
||||
source.asExpr() instanceof EnvironmentRead
|
||||
or
|
||||
source.asInstruction()
|
||||
source
|
||||
.asInstruction()
|
||||
.(LoadInstruction)
|
||||
.getSourceAddress()
|
||||
.(VariableAddressInstruction)
|
||||
|
||||
Reference in New Issue
Block a user