r245332 - Removing useless whitespace; NFC.

Aaron Ballman via cfe-commits cfe-commits at lists.llvm.org
Tue Aug 18 12:11:08 PDT 2015


Author: aaronballman
Date: Tue Aug 18 14:11:07 2015
New Revision: 245332

URL: http://llvm.org/viewvc/llvm-project?rev=245332&view=rev
Log:
Removing useless whitespace; NFC.

Modified:
    cfe/trunk/include/clang/ASTMatchers/ASTMatchers.h

Modified: cfe/trunk/include/clang/ASTMatchers/ASTMatchers.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/ASTMatchers/ASTMatchers.h?rev=245332&r1=245331&r2=245332&view=diff
==============================================================================
--- cfe/trunk/include/clang/ASTMatchers/ASTMatchers.h (original)
+++ cfe/trunk/include/clang/ASTMatchers/ASTMatchers.h Tue Aug 18 14:11:07 2015
@@ -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




More information about the cfe-commits mailing list