From: Gabor Marton Date: Wed, 16 May 2018 11:48:11 +0000 (+0000) Subject: Test commit access: remove superflous spaces X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=be5704585568ebd0e4bb97a01639c13c204d6bed;p=clang Test commit access: remove superflous spaces git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@332454 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/AST/ASTImporter.cpp b/lib/AST/ASTImporter.cpp index d8c2259e1c..254eb7643d 100644 --- a/lib/AST/ASTImporter.cpp +++ b/lib/AST/ASTImporter.cpp @@ -78,7 +78,7 @@ namespace clang { public: explicit ASTNodeImporter(ASTImporter &Importer) : Importer(Importer) {} - + using TypeVisitor::Visit; using DeclVisitor::Visit; using StmtVisitor::Visit;