C++: Fix formatting

This commit is contained in:
Dave Bartolomeo
2020-03-19 09:18:32 -04:00
parent 30d2b865c6
commit 74f61dc148

View File

@@ -2,6 +2,5 @@ import cpp
import semmle.code.cpp.ir.implementation.raw.internal.VarArgs
from Call call, int argIndex, int paramIndex
where
paramIndex = getParameterIndexForArgument(call, argIndex)
where paramIndex = getParameterIndexForArgument(call, argIndex)
select call, argIndex, paramIndex