summaryrefslogtreecommitdiffstats
path: root/lldb/source/Core
diff options
context:
space:
mode:
authorSylvestre Ledru <sylvestre@debian.org>2014-08-18 14:50:34 +0000
committerSylvestre Ledru <sylvestre@debian.org>2014-08-18 14:50:34 +0000
commit75f11ebfb3bf29a11ab0bd291005c4300bea9142 (patch)
treeb2b50abc37b65736bc51ef1f7b83610640392f57 /lldb/source/Core
parentca902e81ed79955f30124b5d37243e2075fdf471 (diff)
downloadbcm5719-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.cpp2
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;
OpenPOWER on IntegriCloud