Skip to content

Commit cedfaf6

Browse files
committed
Dataflow: autoformat
1 parent 543ab71 commit cedfaf6

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

cpp/ql/src/semmle/code/cpp/dataflow/internal/DataFlowImplCommon.qll

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,8 @@ private module Cached {
240240
// read
241241
exists(Node mid |
242242
parameterValueFlow(p, mid, TReadStepTypesNone()) and
243-
readStepWithTypes(mid, read.getContainerType(), read.getContent(), node, read.getContentType()) and
243+
readStepWithTypes(mid, read.getContainerType(), read.getContent(), node,
244+
read.getContentType()) and
244245
Cand::parameterValueFlowReturnCand(p, _, true) and
245246
compatibleTypes(getErasedNodeTypeBound(p), read.getContainerType())
246247
)

cpp/ql/src/semmle/code/cpp/ir/dataflow/internal/DataFlowImplCommon.qll

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,8 @@ private module Cached {
240240
// read
241241
exists(Node mid |
242242
parameterValueFlow(p, mid, TReadStepTypesNone()) and
243-
readStepWithTypes(mid, read.getContainerType(), read.getContent(), node, read.getContentType()) and
243+
readStepWithTypes(mid, read.getContainerType(), read.getContent(), node,
244+
read.getContentType()) and
244245
Cand::parameterValueFlowReturnCand(p, _, true) and
245246
compatibleTypes(getErasedNodeTypeBound(p), read.getContainerType())
246247
)

csharp/ql/src/semmle/code/csharp/dataflow/internal/DataFlowImplCommon.qll

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,8 @@ private module Cached {
240240
// read
241241
exists(Node mid |
242242
parameterValueFlow(p, mid, TReadStepTypesNone()) and
243-
readStepWithTypes(mid, read.getContainerType(), read.getContent(), node, read.getContentType()) and
243+
readStepWithTypes(mid, read.getContainerType(), read.getContent(), node,
244+
read.getContentType()) and
244245
Cand::parameterValueFlowReturnCand(p, _, true) and
245246
compatibleTypes(getErasedNodeTypeBound(p), read.getContainerType())
246247
)

java/ql/src/semmle/code/java/dataflow/internal/DataFlowImplCommon.qll

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,8 @@ private module Cached {
240240
// read
241241
exists(Node mid |
242242
parameterValueFlow(p, mid, TReadStepTypesNone()) and
243-
readStepWithTypes(mid, read.getContainerType(), read.getContent(), node, read.getContentType()) and
243+
readStepWithTypes(mid, read.getContainerType(), read.getContent(), node,
244+
read.getContentType()) and
244245
Cand::parameterValueFlowReturnCand(p, _, true) and
245246
compatibleTypes(getErasedNodeTypeBound(p), read.getContainerType())
246247
)

0 commit comments

Comments
 (0)