diff options
author | Gabor Greif <ggreif@gmail.com> | 2009-08-27 07:30:55 +0000 |
---|---|---|
committer | Gabor Greif <ggreif@gmail.com> | 2009-08-27 07:30:55 +0000 |
commit | cf78271b0a932b94598a9dec83fb33046fd033ce (patch) | |
tree | a2d4ddc667337f0d30ef94ca35c3acbcfa7593a9 | |
parent | 156c4134fc936c8080ab6f15794da936f815bf8a (diff) |
restore indentation
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@80229 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | include/clang/Rewrite/RewriteRope.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/clang/Rewrite/RewriteRope.h b/include/clang/Rewrite/RewriteRope.h index fa5464bf3e..3b8eeb2b6b 100644 --- a/include/clang/Rewrite/RewriteRope.h +++ b/include/clang/Rewrite/RewriteRope.h @@ -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 |