Skip to content

Commit 128b832

Browse files
committed
C++: Autoformat.
1 parent f62ad75 commit 128b832

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cpp/ql/src/semmle/code/cpp/models/implementations/StdString.qll

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ class StdStringCStr extends TaintFunction {
2626
class StdStringPlus extends TaintFunction {
2727
StdStringPlus() {
2828
this.hasQualifiedName("std", "operator+") and
29-
this.getParameter(0).getType().getUnspecifiedType().(ReferenceType).getBaseType() = any(StdBasicString s).getAnInstantiation()
29+
this.getParameter(0).getType().getUnspecifiedType().(ReferenceType).getBaseType() =
30+
any(StdBasicString s).getAnInstantiation()
3031
}
3132

3233
override predicate hasTaintFlow(FunctionInput input, FunctionOutput output) {

0 commit comments

Comments
 (0)