Skip to content

Commit b8b3689

Browse files
committed
C++: Autoformat.
1 parent 0693bf9 commit b8b3689

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cpp/ql/src/Security/CWE/CWE-416/UseOfStringAfterLifetimeEnds.ql

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,5 @@ where
2323
(c.getTarget() instanceof StdStringCStr or c.getTarget() instanceof StdStringData) and
2424
isTemporary(c.getQualifier().getFullyConverted())
2525
select c,
26-
"The underlying temporary string object is destroyed after the call to '" + c.getTarget() + "' returns."
26+
"The underlying temporary string object is destroyed after the call to '" + c.getTarget() +
27+
"' returns."

0 commit comments

Comments
 (0)