aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Module.h
diff options
context:
space:
mode:
authorMisha Brukman <brukman+llvm@gmail.com>2003-07-28 19:17:53 +0000
committerMisha Brukman <brukman+llvm@gmail.com>2003-07-28 19:17:53 +0000
commit90a24c71a2b848d5092a936ffb939b061d73f048 (patch)
treec03b0d4549847c8c782052ece2aaea178c5b5659 /include/llvm/Module.h
parent91eabc13d3a456cc4b387d3d7fdb041d976732c7 (diff)
downloadexternal_llvm-90a24c71a2b848d5092a936ffb939b061d73f048.zip
external_llvm-90a24c71a2b848d5092a936ffb939b061d73f048.tar.gz
external_llvm-90a24c71a2b848d5092a936ffb939b061d73f048.tar.bz2
Lined things up in a more aesthetically pleasing way.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7365 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Module.h')
-rw-r--r--include/llvm/Module.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/llvm/Module.h b/include/llvm/Module.h
index bf7cf62..3d7d652 100644
--- a/include/llvm/Module.h
+++ b/include/llvm/Module.h
@@ -45,8 +45,8 @@ public:
typedef std::reverse_iterator<const_giterator> const_reverse_giterator;
// Function iterators...
- typedef FunctionListType::iterator iterator;
- typedef FunctionListType::const_iterator const_iterator;
+ typedef FunctionListType::iterator iterator;
+ typedef FunctionListType::const_iterator const_iterator;
typedef std::reverse_iterator<iterator> reverse_iterator;
typedef std::reverse_iterator<const_iterator> const_reverse_iterator;