Skip to content

Commit 1c66e26

Browse files
committed
C++: Autoformat.
1 parent 9302b16 commit 1c66e26

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

cpp/ql/lib/semmle/code/cpp/dataflow/ExternalFlow.qll

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -518,7 +518,9 @@ private class SummarizedCallableAdapter extends SummarizedCallable {
518518
)
519519
}
520520

521-
override predicate propagatesFlow(string input, string output, boolean preservesValue, string model) {
521+
override predicate propagatesFlow(
522+
string input, string output, boolean preservesValue, string model
523+
) {
522524
exists(string kind |
523525
this.relevantSummaryElementManual(input, output, kind)
524526
or

0 commit comments

Comments
 (0)