diff options
| author | Daniel Dunbar <daniel@zuster.org> | 2010-02-13 20:24:39 +0000 |
|---|---|---|
| committer | Daniel Dunbar <daniel@zuster.org> | 2010-02-13 20:24:39 +0000 |
| commit | 9ced542c8a7bd068bd9fbfe5bbd508f7153ad235 (patch) | |
| tree | 858bf41ee69cafa7a52e4f3b45da562d570aa9a3 | |
| parent | 6a6cbfc55f16e51e8fa4acaffa122b47cfd9e73f (diff) | |
| download | bcm5719-llvm-9ced542c8a7bd068bd9fbfe5bbd508f7153ad235.tar.gz bcm5719-llvm-9ced542c8a7bd068bd9fbfe5bbd508f7153ad235.zip | |
Add newline.
llvm-svn: 96116
| -rw-r--r-- | clang/lib/AST/ASTImporter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/AST/ASTImporter.cpp b/clang/lib/AST/ASTImporter.cpp index 6840c61bed3..0d0a76e562b 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 +} |

