C++: Autoformat.

This commit is contained in:
Geoffrey White
2020-06-25 11:48:10 +01:00
parent 89bea604d9
commit f956112042

View File

@@ -21,10 +21,7 @@ import semmle.code.cpp.dataflow.DataFlow
* code).
*/
class InterestingStrcpyFunction extends StrcpyFunction {
InterestingStrcpyFunction()
{
getType().getUnspecifiedType() instanceof PointerType
}
InterestingStrcpyFunction() { getType().getUnspecifiedType() instanceof PointerType }
}
predicate isBoolean(Expr e1) {