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 | af667588d53de22795c5304f1496ccaac2a71402 (patch) | |
tree | 2c9de43deb2254740458b64af9e5c60ee54369f1 | |
parent | 7dbf47adb8b8ca84484fae0861ffb2f1eaf44011 (diff) |
Add newline.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@96116 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | lib/AST/ASTImporter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 +} |