forked from OSchip/llvm-project
Removed spaces at end of line. (Test commit.)
llvm-svn: 102465
This commit is contained in:
parent
7955e52f5c
commit
3bca8e0f2f
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue