Skip to content

Commit c2e44fa

Browse files
author
Robert Marsh
committed
C++: autoformat
1 parent db8766c commit c2e44fa

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

cpp/ql/test/library-tests/dataflow/security-taint/tainted_diff.ql

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@ import semmle.code.cpp.ir.dataflow.DefaultTaintTracking as IR
33
import cpp
44

55
class SourceConfiguration extends IR::TaintedWithPath::TaintTrackingConfiguration {
6-
override predicate isSink(Element e) {
7-
any()
8-
}
6+
override predicate isSink(Element e) { any() }
97
}
108

119
from Expr source, Element tainted, string side

0 commit comments

Comments
 (0)