From: Stephen Kelly Date: Thu, 29 Nov 2018 19:31:32 +0000 (+0000) Subject: NFC: Fix case of CommentVisitor::Visit methods X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0859c80137ac5fb3c86e7802cb8c5ef56f921cce;p=clang NFC: Fix case of CommentVisitor::Visit methods This difference is very visible because it is used with other Visitor classes together. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@347901 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/AST/CommentVisitor.h b/include/clang/AST/CommentVisitor.h index d1cc2d0a4e..7dbb7e7af9 100644 --- a/include/clang/AST/CommentVisitor.h +++ b/include/clang/AST/CommentVisitor.h @@ -23,10 +23,10 @@ template