From: Aaron Ballman Date: Mon, 4 Dec 2017 18:36:34 +0000 (+0000) Subject: Changing mixed CRLFs back to LFs; NFC. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4a2d14aa185909c633da175343bc74fd978e3bfd;p=clang Changing mixed CRLFs back to LFs; NFC. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@319672 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/ASTMatchers/ASTMatchersInternal.h b/include/clang/ASTMatchers/ASTMatchersInternal.h index 203575e689..8bd61a76e1 100644 --- a/include/clang/ASTMatchers/ASTMatchersInternal.h +++ b/include/clang/ASTMatchers/ASTMatchersInternal.h @@ -763,7 +763,7 @@ private: /// matcher matches on it. bool matchesSpecialized(const Type &Node, ASTMatchFinder *Finder, BoundNodesTreeBuilder *Builder) const { - // DeducedType does not have declarations of its own, so + // DeducedType does not have declarations of its own, so // match the deduced type instead. const Type *EffectiveType = &Node; if (const auto *S = dyn_cast(&Node)) {