Skip to content

Commit 525c6ab

Browse files
committed
[NFC] fix format
1 parent 674befc commit 525c6ab

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

clang/lib/StaticAnalyzer/Core/BugReporter.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -589,8 +589,7 @@ static void removePiecesWithInvalidLocations(PathPieces &Pieces) {
589589

590590
PathDiagnosticLocation PathDiagnosticBuilder::ExecutionContinues(
591591
const PathDiagnosticConstruct &C) const {
592-
if (const Stmt *S =
593-
C.getCurrentNode()->getNextStmtForDiagnostics())
592+
if (const Stmt *S = C.getCurrentNode()->getNextStmtForDiagnostics())
594593
return PathDiagnosticLocation(S, getSourceManager(),
595594
C.getCurrLocationContext());
596595

0 commit comments

Comments
 (0)