aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2011-06-21 23:26:32 +0000
committerChandler Carruth <chandlerc@gmail.com>2011-06-21 23:26:32 +0000
commit0894976ba1384a34357e333846adedc6a42334fd (patch)
tree4925e1b19ef3f9baf083c4cd62ee2e77569a7c8b
parentcd6f36693ed40cef8c8639c04438d865187c1f73 (diff)
Fix a missing space noticed by matthewbg in code review.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@133577 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--lib/AST/StmtProfile.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/AST/StmtProfile.cpp b/lib/AST/StmtProfile.cpp
index 7c1aa9c6f7..661bb1e4e6 100644
--- a/lib/AST/StmtProfile.cpp
+++ b/lib/AST/StmtProfile.cpp
@@ -375,7 +375,7 @@ void StmtProfiler::VisitConditionalOperator(const ConditionalOperator *S) {
}
void StmtProfiler::VisitBinaryConditionalOperator(
- const BinaryConditionalOperator *S){
+ const BinaryConditionalOperator *S) {
VisitExpr(S);
}