diff options
author | Ted Kremenek <kremenek@apple.com> | 2013-03-13 20:05:52 +0000 |
---|---|---|
committer | Ted Kremenek <kremenek@apple.com> | 2013-03-13 20:05:52 +0000 |
commit | 1b125665bec87c85921c92ebec1d3f60404d1d86 (patch) | |
tree | 22c40759b6751fc94879099410205827b5d5b670 /lib/StaticAnalyzer/Core/BugReporter.cpp | |
parent | c5b9c8bc6d77175f6d41d898511b1e7b1e2f86f8 (diff) |
Remove stray space.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@176966 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/StaticAnalyzer/Core/BugReporter.cpp')
-rw-r--r-- | lib/StaticAnalyzer/Core/BugReporter.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/StaticAnalyzer/Core/BugReporter.cpp b/lib/StaticAnalyzer/Core/BugReporter.cpp index 566a58032c..4149cf0614 100644 --- a/lib/StaticAnalyzer/Core/BugReporter.cpp +++ b/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(); |