Skip to content

Commit 8f8b0b3

Browse files
committed
Fix formatting 2.
1 parent 1d24671 commit 8f8b0b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clang/lib/StaticAnalyzer/Checkers/WebKit/RetainPtrCtorAdoptChecker.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -301,8 +301,8 @@ class RetainPtrCtorAdoptChecker
301301
SmallString<100> Buf;
302302
llvm::raw_svector_ostream Os(Buf);
303303

304-
Os << "Incorrect use of " << Name <<
305-
". The argument is +0 and results in an use-after-free";
304+
Os << "Incorrect use of " << Name
305+
<< ". The argument is +0 and results in an use-after-free";
306306
if (condition)
307307
Os << " " << condition;
308308
Os << ".";

0 commit comments

Comments
 (0)