r217209 - Fix comment indentation.

David Blaikie dblaikie at gmail.com
Thu Sep 4 17:07:21 PDT 2014


Author: dblaikie
Date: Thu Sep  4 19:07:20 2014
New Revision: 217209

URL: http://llvm.org/viewvc/llvm-project?rev=217209&view=rev
Log:
Fix comment indentation.

Modified:
    cfe/trunk/include/clang/StaticAnalyzer/Core/BugReporter/BugReporter.h

Modified: cfe/trunk/include/clang/StaticAnalyzer/Core/BugReporter/BugReporter.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/StaticAnalyzer/Core/BugReporter/BugReporter.h?rev=217209&r1=217208&r2=217209&view=diff
==============================================================================
--- cfe/trunk/include/clang/StaticAnalyzer/Core/BugReporter/BugReporter.h (original)
+++ cfe/trunk/include/clang/StaticAnalyzer/Core/BugReporter/BugReporter.h Thu Sep  4 19:07:20 2014
@@ -301,7 +301,7 @@ public:
   /// registerVarDeclsLastStore().
   void addVisitor(std::unique_ptr<BugReporterVisitor> 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(); }
 





More information about the cfe-commits mailing list