From f44aa3ce18207d3b90e569f17ae127998bde50e4 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Mon, 18 Aug 2014 14:50:34 +0000 Subject: Fix the missleading indentation. Fix CID 1096332 --- lldb/source/Core/SourceManager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lldb/source/Core/SourceManager.cpp') 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 (sc.comp_unit)) got_multiple = true; - break; + break; } else test_cu_spec = sc.comp_unit; -- cgit v1.2.3