summaryrefslogtreecommitdiffstats
path: root/clang/lib/StaticAnalyzer/Core/BugReporter.cpp
diff options
context:
space:
mode:
authorTed Kremenek <kremenek@apple.com>2013-03-13 20:05:52 +0000
committerTed Kremenek <kremenek@apple.com>2013-03-13 20:05:52 +0000
commit650a69e988761129557a061be8e7f7ce0c6f153c (patch)
treea68670d95410304a1d7a4831f47b23506f5a23dd /clang/lib/StaticAnalyzer/Core/BugReporter.cpp
parent2fb5f09e155c52c80d66ff90d12329bbf0403c72 (diff)
downloadbcm5719-llvm-650a69e988761129557a061be8e7f7ce0c6f153c.tar.gz
bcm5719-llvm-650a69e988761129557a061be8e7f7ce0c6f153c.zip
Remove stray space.
llvm-svn: 176966
Diffstat (limited to 'clang/lib/StaticAnalyzer/Core/BugReporter.cpp')
-rw-r--r--clang/lib/StaticAnalyzer/Core/BugReporter.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/lib/StaticAnalyzer/Core/BugReporter.cpp b/clang/lib/StaticAnalyzer/Core/BugReporter.cpp
index 566a58032c0..4149cf0614a 100644
--- a/clang/lib/StaticAnalyzer/Core/BugReporter.cpp
+++ b/clang/lib/StaticAnalyzer/Core/BugReporter.cpp
@@ -1355,7 +1355,6 @@ static bool isInLoopBody(ParentMap &PM, const Stmt *S, const Stmt *Term) {
const ObjCForCollectionStmt *FC = cast<ObjCForCollectionStmt>(Term);
LoopBody = FC->getBody();
break;
-
}
case Stmt::WhileStmtClass:
LoopBody = cast<WhileStmt>(Term)->getBody();
OpenPOWER on IntegriCloud