Skip to content

Commit c11b464

Browse files
committed
C++: Autoformat.
1 parent c47a9dd commit c11b464

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cpp/ql/lib/semmle/code/cpp/dataflow/internal/FlowSummaryImpl.qll

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,8 @@ module SourceSinkInterpretationInput implements
166166
exists(
167167
string package, string type, boolean subtypes, string name, string signature, string ext
168168
|
169-
barrierGuardModel(package, type, subtypes, name, signature, ext, input, acceptingvalue, kind, provenance, model) and
169+
barrierGuardModel(package, type, subtypes, name, signature, ext, input, acceptingvalue, kind,
170+
provenance, model) and
170171
e = interpretElement(package, type, subtypes, name, signature, ext)
171172
)
172173
}

0 commit comments

Comments
 (0)