Add newline.

llvm-svn: 96116
This commit is contained in:
Daniel Dunbar 2010-02-13 20:24:39 +00:00
parent 6a6cbfc55f
commit 9ced542c8a
1 changed files with 1 additions and 1 deletions

View File

@ -1633,4 +1633,4 @@ DiagnosticBuilder ASTImporter::FromDiag(SourceLocation Loc, unsigned DiagID) {
Decl *ASTImporter::Imported(Decl *From, Decl *To) {
ImportedDecls[From] = To;
return To;
}
}