Fix the missleading indentation. Fix CID 1096332

llvm-svn: 215893
This commit is contained in:
Sylvestre Ledru
2014-08-18 14:50:34 +00:00
parent ca902e81ed
commit 75f11ebfb3

View File

@@ -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;