[lldb][NFC] Fix formatting in ASTImporterDelegate::ImportImpl

This commit is contained in:
Raphael Isemann 2020-01-24 11:57:06 +01:00
parent 36f12d2638
commit c0738d2480

View File

@ -856,8 +856,8 @@ ClangASTImporter::ASTImporterDelegate::ImportImpl(Decl *From) {
// into the same ASTContext where it came from (which doesn't make a lot of
// sense).
if (origin.Valid() && origin.ctx == &getToContext()) {
RegisterImportedDecl(From, origin.decl);
return origin.decl;
RegisterImportedDecl(From, origin.decl);
return origin.decl;
}
// This declaration came originally from another ASTContext. Instead of