forked from OSchip/llvm-project
AST: Fix some bogus indentation. NFC
Noticed by Liu Xin. Thanks! llvm-svn: 263909
This commit is contained in:
parent
2714c49e96
commit
62c04dedb9
|
@ -619,8 +619,8 @@ static bool IsStructurallyEquivalent(StructuralEquivalenceContext &Context,
|
||||||
if (!IsStructurallyEquivalent(Context, Function1->getReturnType(),
|
if (!IsStructurallyEquivalent(Context, Function1->getReturnType(),
|
||||||
Function2->getReturnType()))
|
Function2->getReturnType()))
|
||||||
return false;
|
return false;
|
||||||
if (Function1->getExtInfo() != Function2->getExtInfo())
|
if (Function1->getExtInfo() != Function2->getExtInfo())
|
||||||
return false;
|
return false;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue