diff options
author | Abramo Bagnara <abramo.bagnara@gmail.com> | 2010-04-27 21:08:25 +0000 |
---|---|---|
committer | Abramo Bagnara <abramo.bagnara@gmail.com> | 2010-04-27 21:08:25 +0000 |
commit | 493ec51db3a0cfa6f32e612c92c8eb0580dc9ebc (patch) | |
tree | 2005f88ec2f09a08f70f96897fb5a7cbefcda005 /lib/AST/TypePrinter.cpp | |
parent | 24f2801e2c0ac5c1fc8549ed8f91b4d0fbd8c6ac (diff) |
Removed spaces at end of line. (Test commit.)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@102465 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/AST/TypePrinter.cpp')
-rw-r--r-- | lib/AST/TypePrinter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/AST/TypePrinter.cpp b/lib/AST/TypePrinter.cpp index 7953b86716..915d7af9a8 100644 --- a/lib/AST/TypePrinter.cpp +++ b/lib/AST/TypePrinter.cpp @@ -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); |