Fix indentation.
authorBob Wilson <bob.wilson@apple.com>
Fri, 4 Dec 2009 22:46:47 +0000 (22:46 +0000)
committerBob Wilson <bob.wilson@apple.com>
Fri, 4 Dec 2009 22:46:47 +0000 (22:46 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@90613 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Support/GetElementPtrTypeIterator.h

index f5915c992cdbb50bc408647dd8f5f304dac0c5f5..e5e7fc74095dab00ab54e5baacb13d7db522b8f5 100644 (file)
@@ -84,7 +84,7 @@ namespace llvm {
 
   inline gep_type_iterator gep_type_begin(const User *GEP) {
     return gep_type_iterator::begin(GEP->getOperand(0)->getType(),
-                                      GEP->op_begin()+1);
+                                    GEP->op_begin()+1);
   }
   inline gep_type_iterator gep_type_end(const User *GEP) {
     return gep_type_iterator::end(GEP->op_end());