commit | 75f11ebfb3bf29a11ab0bd291005c4300bea9142 | [log] [tgz] |
---|---|---|
author | Sylvestre Ledru <sylvestre@debian.org> | Mon Aug 18 14:50:34 2014 +0000 |
committer | Sylvestre Ledru <sylvestre@debian.org> | Mon Aug 18 14:50:34 2014 +0000 |
tree | b2b50abc37b65736bc51ef1f7b83610640392f57 | |
parent | ca902e81ed79955f30124b5d37243e2075fdf471 [diff] [blame] |
Fix the missleading indentation. Fix CID 1096332 llvm-svn: 215893
diff --git a/lldb/source/Core/SourceManager.cpp b/lldb/source/Core/SourceManager.cpp index 0a6a804..44ab501 100644 --- a/lldb/source/Core/SourceManager.cpp +++ b/lldb/source/Core/SourceManager.cpp
@@ -373,7 +373,7 @@ { if (test_cu_spec != static_cast<FileSpec *> (sc.comp_unit)) got_multiple = true; - break; + break; } else test_cu_spec = sc.comp_unit;