From: Benjamin Kramer Date: Tue, 11 Aug 2009 22:33:06 +0000 (+0000) Subject: Add newline at end of file. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=27ba2f019f7ba173348bebf53770dc025c087ef2;p=clang Add newline at end of file. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@78735 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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 +}