summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Wilson <bob.wilson@apple.com>2009-12-04 22:46:47 +0000
committerBob Wilson <bob.wilson@apple.com>2009-12-04 22:46:47 +0000
commitea7bfc5aa04cd57daae85eab34a782108136829f (patch)
treea59fdf7bdac5af7605e7fb0e6dfdd164aae4d789
parentf7ea2a534ba4151e091e270c5b908167ab4bba4d (diff)
downloadllvm-ea7bfc5aa04cd57daae85eab34a782108136829f.tar.gz
llvm-ea7bfc5aa04cd57daae85eab34a782108136829f.tar.bz2
llvm-ea7bfc5aa04cd57daae85eab34a782108136829f.tar.xz
Fix indentation.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@90613 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--include/llvm/Support/GetElementPtrTypeIterator.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Support/GetElementPtrTypeIterator.h b/include/llvm/Support/GetElementPtrTypeIterator.h
index f5915c992c..e5e7fc7409 100644
--- a/include/llvm/Support/GetElementPtrTypeIterator.h
+++ b/include/llvm/Support/GetElementPtrTypeIterator.h
@@ -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());