From: Misha Brukman Date: Mon, 28 Jul 2003 19:17:53 +0000 (+0000) Subject: Lined things up in a more aesthetically pleasing way. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=90a24c71a2b848d5092a936ffb939b061d73f048;p=oota-llvm.git 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 --- diff --git a/include/llvm/Module.h b/include/llvm/Module.h index bf7cf62be0c..3d7d65243a3 100644 --- a/include/llvm/Module.h +++ b/include/llvm/Module.h @@ -45,8 +45,8 @@ public: typedef std::reverse_iterator 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 reverse_iterator; typedef std::reverse_iterator const_reverse_iterator;