Skip to content

Commit f5aec03

Browse files
committed
[clang][analyzer][NFC] Fix strange bracket placement
1 parent c77b107 commit f5aec03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/lib/Analysis/ProgramPoint.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ void ProgramPoint::printJson(llvm::raw_ostream &Out, const char *NL) const {
157157
LHS->printJson(Out, nullptr, PP, AddQuotes);
158158
} else {
159159
Out << "null";
160-
}
160+
}
161161

162162
Out << ", \"rhs\": ";
163163
if (const Stmt *RHS = C->getRHS()) {

0 commit comments

Comments
 (0)