summaryrefslogtreecommitdiff
path: root/include/llvm/ADT/ilist.h
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2009-08-27 23:44:33 +0000
committerGabor Greif <ggreif@gmail.com>2009-08-27 23:44:33 +0000
commit7362ce08cb2c1f0b544b18dbc21630fb4baebcfc (patch)
treeab562add7fce10ca928554df16111b6e8fd1844b /include/llvm/ADT/ilist.h
parentb562b47deeb163d3c854b2d9670bf38a37b7816e (diff)
downloadllvm-7362ce08cb2c1f0b544b18dbc21630fb4baebcfc.tar.gz
llvm-7362ce08cb2c1f0b544b18dbc21630fb4baebcfc.tar.bz2
llvm-7362ce08cb2c1f0b544b18dbc21630fb4baebcfc.tar.xz
eliminate all 80-col violations that I have introduced in my recent checkins (and some others more)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80304 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/ADT/ilist.h')
-rw-r--r--include/llvm/ADT/ilist.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/llvm/ADT/ilist.h b/include/llvm/ADT/ilist.h
index 4560f55e52..6e6f5d69b6 100644
--- a/include/llvm/ADT/ilist.h
+++ b/include/llvm/ADT/ilist.h
@@ -144,7 +144,8 @@ class ilist_iterator
public:
typedef ilist_traits<NodeTy> Traits;
- typedef std::iterator<std::bidirectional_iterator_tag, NodeTy, ptrdiff_t> super;
+ typedef std::iterator<std::bidirectional_iterator_tag,
+ NodeTy, ptrdiff_t> super;
typedef typename super::value_type value_type;
typedef typename super::difference_type difference_type;