AST printer: fix double space before base class with no access specifier.
authorRichard Smith <richard-llvm@metafoo.co.uk>
Wed, 23 Jul 2014 03:22:10 +0000 (03:22 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Wed, 23 Jul 2014 03:22:10 +0000 (03:22 +0000)
commita593419593e4ee6b4961d836dfcb2b9b58870ab7
tree26bdd7c55da80412a9c44a50adbd2f20c1c12177
parenta4bb292095482300a74170e4e297055549a38736
AST printer: fix double space before base class with no access specifier.

llvm-svn: 213719
clang/lib/AST/DeclPrinter.cpp
clang/unittests/AST/DeclPrinterTest.cpp