mirror of
https://github.com/Gericom/teak-llvm.git
synced 2025-06-19 03:25:54 -04:00
[lldb][NFC] Fix formatting in ASTImporterDelegate::ImportImpl
This commit is contained in:
parent
36f12d2638
commit
c0738d2480
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user