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;