Skip to content

Commit 74f61dc

Browse files
author
Dave Bartolomeo
committed
C++: Fix formatting
1 parent 30d2b86 commit 74f61dc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

cpp/ql/test/library-tests/arg_matching/arg_matching.ql

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,5 @@ import cpp
22
import semmle.code.cpp.ir.implementation.raw.internal.VarArgs
33

44
from Call call, int argIndex, int paramIndex
5-
where
6-
paramIndex = getParameterIndexForArgument(call, argIndex)
5+
where paramIndex = getParameterIndexForArgument(call, argIndex)
76
select call, argIndex, paramIndex

0 commit comments

Comments
 (0)