From: Aaron Ballman Date: Tue, 18 Aug 2015 19:11:07 +0000 (+0000) Subject: Removing useless whitespace; NFC. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=36cb797bb7c71de96f2b963c1f062b345c5f4826;p=clang Removing useless whitespace; NFC. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@245332 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/ASTMatchers/ASTMatchers.h b/include/clang/ASTMatchers/ASTMatchers.h index 4028efc8ab..8913e45f84 100644 --- a/include/clang/ASTMatchers/ASTMatchers.h +++ b/include/clang/ASTMatchers/ASTMatchers.h @@ -4209,7 +4209,6 @@ AST_POLYMORPHIC_MATCHER(isExplicit, AST_POLYMORPHIC_SUPPORTED_TYPES(CXXConstructorDecl, CXXConversionDecl)) { return Node.isExplicit(); - } /// \brief If the given case statement does not use the GNU case range