Skip to content

Commit d3355e3

Browse files
smowtonowen-mc
authored andcommitted
autoformat
1 parent 2b6786a commit d3355e3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

go/ql/lib/semmle/go/dataflow/internal/DataFlowPrivate.qll

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,8 @@ predicate storeStep(Node node1, ContentSet c, Node node2) {
158158
)
159159
or
160160
node1 = node2.(AddressOperationNode).getOperand() and
161-
c = any(DataFlow::PointerContent pc | pc.getPointerType() = node2.getType().getDeepUnaliasedType())
161+
c =
162+
any(DataFlow::PointerContent pc | pc.getPointerType() = node2.getType().getDeepUnaliasedType())
162163
or
163164
FlowSummaryImpl::Private::Steps::summaryStoreStep(node1.(FlowSummaryNode).getSummaryNode(), c,
164165
node2.(FlowSummaryNode).getSummaryNode())

0 commit comments

Comments
 (0)