Add newline at end of file.

llvm-svn: 78735
This commit is contained in:
Benjamin Kramer 2009-08-11 22:33:06 +00:00
parent 54075a78b4
commit 854d7dec5a
1 changed files with 1 additions and 1 deletions

View File

@ -3175,4 +3175,4 @@ QualType Sema::RebuildTypeInCurrentInstantiation(QualType T, SourceLocation Loc,
CurrentInstantiationRebuilder Rebuilder(*this, Loc, Name);
return Rebuilder.TransformType(T);
}
}