Skip to content

Commit

Permalink
[clang][analyzer][NFC] Fix strange bracket placement
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidSpickett committed Oct 10, 2024
1 parent c77b107 commit f5aec03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clang/lib/Analysis/ProgramPoint.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ void ProgramPoint::printJson(llvm::raw_ostream &Out, const char *NL) const {
LHS->printJson(Out, nullptr, PP, AddQuotes);
} else {
Out << "null";
}
}

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

0 comments on commit f5aec03

Please sign in to comment.