summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAaron Ballman <aaron@aaronballman.com>2017-12-04 18:36:34 +0000
committerAaron Ballman <aaron@aaronballman.com>2017-12-04 18:36:34 +0000
commit237e264497823b6cc7b07b211b08e13bb3db6184 (patch)
treeab9a13bd55e4ba45fc30697df457901b21483ca7
parentebbbf0eb8ced211632fa40c5975770fde143ac4d (diff)
downloadbcm5719-llvm-237e264497823b6cc7b07b211b08e13bb3db6184.tar.gz
bcm5719-llvm-237e264497823b6cc7b07b211b08e13bb3db6184.zip
Changing mixed CRLFs back to LFs; NFC.
llvm-svn: 319672
-rw-r--r--clang/include/clang/ASTMatchers/ASTMatchersInternal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/include/clang/ASTMatchers/ASTMatchersInternal.h b/clang/include/clang/ASTMatchers/ASTMatchersInternal.h
index 203575e6891..8bd61a76e18 100644
--- a/clang/include/clang/ASTMatchers/ASTMatchersInternal.h
+++ b/clang/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<DeducedType>(&Node)) {
OpenPOWER on IntegriCloud