Test commit: Remove whitespace.

llvm-svn: 178241
This commit is contained in:
Tareq A. Siraj 2013-03-28 15:48:49 +00:00
parent 24d7f8c342
commit c7b27081d9
1 changed files with 1 additions and 1 deletions

View File

@ -166,7 +166,7 @@ private:
/// with a particular identifier. This search includes the names that don't
/// actually appear in the AST (i.e. created by a refactoring tool) by including
/// a map from Stmts to generated names associated with those stmts.
class DeclFinderASTVisitor :
class DeclFinderASTVisitor :
public clang::RecursiveASTVisitor<DeclFinderASTVisitor> {
public:
DeclFinderASTVisitor(const std::string &Name,