From 9ced542c8a7bd068bd9fbfe5bbd508f7153ad235 Mon Sep 17 00:00:00 2001 From: Daniel Dunbar Date: Sat, 13 Feb 2010 20:24:39 +0000 Subject: [PATCH] Add newline. llvm-svn: 96116 --- clang/lib/AST/ASTImporter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clang/lib/AST/ASTImporter.cpp b/clang/lib/AST/ASTImporter.cpp index 6840c61bed32..0d0a76e562be 100644 --- a/clang/lib/AST/ASTImporter.cpp +++ b/clang/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 +}