]> granicus.if.org Git - clang/commitdiff
restore indentation
authorGabor Greif <ggreif@gmail.com>
Thu, 27 Aug 2009 07:30:55 +0000 (07:30 +0000)
committerGabor Greif <ggreif@gmail.com>
Thu, 27 Aug 2009 07:30:55 +0000 (07:30 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@80229 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Rewrite/RewriteRope.h

index fa5464bf3e95161177738ef90ed5cf98470cd167..3b8eeb2b6b58caf245aa7e072a452d366caaa40c 100644 (file)
@@ -102,7 +102,7 @@ namespace clang {
   /// in a RopePiece, then iterates over RopePiece's in a RopePieceBTreeLeaf,
   /// then iterates over RopePieceBTreeLeaf's in a RopePieceBTree.
   class RopePieceBTreeIterator :
-    public std::iterator<std::forward_iterator_tag, const char, ptrdiff_t> {
+      public std::iterator<std::forward_iterator_tag, const char, ptrdiff_t> {
     /// CurNode - The current B+Tree node that we are inspecting.
     const void /*RopePieceBTreeLeaf*/ *CurNode;
     /// CurPiece - The current RopePiece in the B+Tree node that we're