mirror of
https://github.com/intel/llvm.git
synced 2026-01-31 07:27:33 +08:00
Fix a missing space noticed by matthewbg in code review.
llvm-svn: 133577
This commit is contained in:
@@ -375,7 +375,7 @@ void StmtProfiler::VisitConditionalOperator(const ConditionalOperator *S) {
|
||||
}
|
||||
|
||||
void StmtProfiler::VisitBinaryConditionalOperator(
|
||||
const BinaryConditionalOperator *S){
|
||||
const BinaryConditionalOperator *S) {
|
||||
VisitExpr(S);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user