summaryrefslogtreecommitdiff
path: root/lldb/source/Core/SourceManager.cpp
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
commitf44aa3ce18207d3b90e569f17ae127998bde50e4 (patch)
tree722f033fcc246db69eeaeb37d511cbcdb7ff0b5f /lldb/source/Core/SourceManager.cpp
parent8124c4ee917c69b2529a28520446cf6711c1f255 (diff)
Fix the missleading indentation. Fix CID 1096332
Diffstat (limited to 'lldb/source/Core/SourceManager.cpp')
-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;