Removed spaces at end of line. (Test commit.)

llvm-svn: 102465
This commit is contained in:
Abramo Bagnara 2010-04-27 21:08:25 +00:00
parent 7955e52f5c
commit 3bca8e0f2f
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ namespace {
public:
explicit TypePrinter(const PrintingPolicy &Policy) : Policy(Policy) { }
void Print(QualType T, std::string &S);
void AppendScope(DeclContext *DC, std::string &S);
void PrintTag(TagDecl *T, std::string &S);