diff options
author | Sylvestre Ledru <sylvestre@debian.org> | 2014-08-18 14:50:34 +0000 |
---|---|---|
committer | Sylvestre Ledru <sylvestre@debian.org> | 2014-08-18 14:50:34 +0000 |
commit | 75f11ebfb3bf29a11ab0bd291005c4300bea9142 (patch) | |
tree | b2b50abc37b65736bc51ef1f7b83610640392f57 /lldb/source/Core | |
parent | ca902e81ed79955f30124b5d37243e2075fdf471 (diff) | |
download | bcm5719-llvm-75f11ebfb3bf29a11ab0bd291005c4300bea9142.tar.gz bcm5719-llvm-75f11ebfb3bf29a11ab0bd291005c4300bea9142.zip |
Fix the missleading indentation. Fix CID 1096332
llvm-svn: 215893
Diffstat (limited to 'lldb/source/Core')
-rw-r--r-- | lldb/source/Core/SourceManager.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Core/SourceManager.cpp b/lldb/source/Core/SourceManager.cpp index 0a6a80401d8..44ab50197c1 100644 --- a/lldb/source/Core/SourceManager.cpp +++ b/lldb/source/Core/SourceManager.cpp @@ -373,7 +373,7 @@ SourceManager::File::File(const FileSpec &file_spec, Target *target) : { if (test_cu_spec != static_cast<FileSpec *> (sc.comp_unit)) got_multiple = true; - break; + break; } else test_cu_spec = sc.comp_unit; |