Skip to content

Commit f956112

Browse files
committed
C++: Autoformat.
1 parent 89bea60 commit f956112

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

cpp/ql/src/Likely Bugs/Likely Typos/UsingStrcpyAsBoolean.ql

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,7 @@ import semmle.code.cpp.dataflow.DataFlow
2121
* code).
2222
*/
2323
class InterestingStrcpyFunction extends StrcpyFunction {
24-
InterestingStrcpyFunction()
25-
{
26-
getType().getUnspecifiedType() instanceof PointerType
27-
}
24+
InterestingStrcpyFunction() { getType().getUnspecifiedType() instanceof PointerType }
2825
}
2926

3027
predicate isBoolean(Expr e1) {

0 commit comments

Comments
 (0)