[Lldb-commits] [lldb] r215893 - Fix the missleading indentation. Fix CID 1096332

Sylvestre Ledru sylvestre at debian.org
Mon Aug 18 07:50:35 PDT 2014


Author: sylvestre
Date: Mon Aug 18 09:50:34 2014
New Revision: 215893

URL: http://llvm.org/viewvc/llvm-project?rev=215893&view=rev
Log:
Fix the missleading indentation. Fix CID 1096332

Modified:
    lldb/trunk/source/Core/SourceManager.cpp

Modified: lldb/trunk/source/Core/SourceManager.cpp
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Core/SourceManager.cpp?rev=215893&r1=215892&r2=215893&view=diff
==============================================================================
--- lldb/trunk/source/Core/SourceManager.cpp (original)
+++ lldb/trunk/source/Core/SourceManager.cpp Mon Aug 18 09:50:34 2014
@@ -373,7 +373,7 @@ SourceManager::File::File(const FileSpec
                                 {
                                     if (test_cu_spec != static_cast<FileSpec *> (sc.comp_unit))
                                         got_multiple = true;
-                                        break;
+                                    break;
                                 }
                                 else
                                     test_cu_spec = sc.comp_unit;





More information about the lldb-commits mailing list