forked from OSchip/llvm-project
Fix the missleading indentation. Fix CID 1096332
llvm-svn: 215893
This commit is contained in:
parent
ca902e81ed
commit
75f11ebfb3
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue