From c108908482629012873b6015c54446de841a2f8b Mon Sep 17 00:00:00 2001 From: David Blaikie Date: Fri, 5 Sep 2014 00:07:20 +0000 Subject: [PATCH] Fix comment indentation. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@217209 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/clang/StaticAnalyzer/Core/BugReporter/BugReporter.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/clang/StaticAnalyzer/Core/BugReporter/BugReporter.h b/include/clang/StaticAnalyzer/Core/BugReporter/BugReporter.h index afd8a56570..b03371ccee 100644 --- a/include/clang/StaticAnalyzer/Core/BugReporter/BugReporter.h +++ b/include/clang/StaticAnalyzer/Core/BugReporter/BugReporter.h @@ -301,7 +301,7 @@ public: /// registerVarDeclsLastStore(). void addVisitor(std::unique_ptr visitor); - /// Iterators through the custom diagnostic visitors. + /// Iterators through the custom diagnostic visitors. visitor_iterator visitor_begin() { return Callbacks.begin(); } visitor_iterator visitor_end() { return Callbacks.end(); } -- 2.40.0