From: Daniel Dunbar Date: Sat, 13 Feb 2010 20:24:39 +0000 (+0000) Subject: Add newline. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=af667588d53de22795c5304f1496ccaac2a71402;p=clang Add newline. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@96116 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/AST/ASTImporter.cpp b/lib/AST/ASTImporter.cpp index 6840c61bed..0d0a76e562 100644 --- a/lib/AST/ASTImporter.cpp +++ b/lib/AST/ASTImporter.cpp @@ -1633,4 +1633,4 @@ DiagnosticBuilder ASTImporter::FromDiag(SourceLocation Loc, unsigned DiagID) { Decl *ASTImporter::Imported(Decl *From, Decl *To) { ImportedDecls[From] = To; return To; -} \ No newline at end of file +}