diff options
author | Benjamin Kramer <benny.kra@googlemail.com> | 2009-08-11 22:33:06 +0000 |
---|---|---|
committer | Benjamin Kramer <benny.kra@googlemail.com> | 2009-08-11 22:33:06 +0000 |
commit | 27ba2f019f7ba173348bebf53770dc025c087ef2 (patch) | |
tree | 26527c8d47c5fb18e74cb2ce63fb9f9360b55f91 /lib/Sema/SemaTemplate.cpp | |
parent | 0fd8904c5f71a11d29f67716c3ebdf7ad1c855fb (diff) |
Add newline at end of file.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@78735 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Sema/SemaTemplate.cpp')
-rw-r--r-- | lib/Sema/SemaTemplate.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Sema/SemaTemplate.cpp b/lib/Sema/SemaTemplate.cpp index 4dad3730bb..2e36731246 100644 --- a/lib/Sema/SemaTemplate.cpp +++ b/lib/Sema/SemaTemplate.cpp @@ -3175,4 +3175,4 @@ QualType Sema::RebuildTypeInCurrentInstantiation(QualType T, SourceLocation Loc, CurrentInstantiationRebuilder Rebuilder(*this, Loc, Name); return Rebuilder.TransformType(T); -}
\ No newline at end of file +} |