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 | 3bca8e0f2ff33c3887ffed7fe41a04ca36c81099 (patch) | |
| tree | 2c1a7613434892a8b9eef131f63765a842402022 /clang | |
| parent | 7955e52f5cc737c67770dd34b0b01e0db46a6bd0 (diff) | |
| download | bcm5719-llvm-3bca8e0f2ff33c3887ffed7fe41a04ca36c81099.tar.gz bcm5719-llvm-3bca8e0f2ff33c3887ffed7fe41a04ca36c81099.zip | |
Removed spaces at end of line. (Test commit.)
llvm-svn: 102465
Diffstat (limited to 'clang')
| -rw-r--r-- | clang/lib/AST/TypePrinter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/AST/TypePrinter.cpp b/clang/lib/AST/TypePrinter.cpp index 7953b867160..915d7af9a8c 100644 --- a/clang/lib/AST/TypePrinter.cpp +++ b/clang/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); |

