summaryrefslogtreecommitdiffstats
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
commit9e2792690bd41191442cf3a65ad591a32ee9ab10 (patch)
treeb75c1b399825e6646e59d97ebe4f6684603bee86
parent15f9df5f4b3d1a109af029baa485226846d88836 (diff)
downloadbcm5719-llvm-9e2792690bd41191442cf3a65ad591a32ee9ab10.tar.gz
bcm5719-llvm-9e2792690bd41191442cf3a65ad591a32ee9ab10.zip
Fix indentation.
llvm-svn: 90613
-rw-r--r--llvm/include/llvm/Support/GetElementPtrTypeIterator.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/Support/GetElementPtrTypeIterator.h b/llvm/include/llvm/Support/GetElementPtrTypeIterator.h
index f5915c992cd..e5e7fc74095 100644
--- a/llvm/include/llvm/Support/GetElementPtrTypeIterator.h
+++ b/llvm/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());
OpenPOWER on IntegriCloud