Skip to content

Commit 2d9b630

Browse files
committed
C++: Fix ExecTainted.ql formatting
1 parent b79eb6d commit 2d9b630

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/ql/src/Security/CWE/CWE-078/ExecTainted.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ class ExecState extends DataFlow::FlowState {
7777
ExecState() {
7878
this =
7979
"ExecState (" + fst.getLocation() + " | " + fst + ", " + snd.getLocation() + " | " + snd + ")" and
80-
interestingConcatenation(fst, snd)
80+
interestingConcatenation(fst, snd)
8181
}
8282

8383
DataFlow::Node getFstNode() { result = fst }

0 commit comments

Comments
 (0)