aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDevang Patel <dpatel@apple.com>2008-09-24 01:03:00 +0000
committerDevang Patel <dpatel@apple.com>2008-09-24 01:03:00 +0000
commit0fb1d15c37ed26dc24e477fd80df4b0f7872b4ed (patch)
tree68ddf43c0bfeaaceeb01c6a358270f555531991d
parentd0646bd7c11c12b34971b55e5c1bdd8439401b4c (diff)
Adjust whitespaces.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@56538 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--lib/CodeGen/CGCall.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/CodeGen/CGCall.cpp b/lib/CodeGen/CGCall.cpp
index 11e2ec2142..68fa0fa02f 100644
--- a/lib/CodeGen/CGCall.cpp
+++ b/lib/CodeGen/CGCall.cpp
@@ -537,8 +537,8 @@ void CodeGenModule::ConstructParamAttrList(const Decl *TargetDecl,
case ABIArgInfo::StructRet:
PAL.push_back(llvm::FnAttributeWithIndex::get(Index,
- llvm::ParamAttr::StructRet|
- llvm::ParamAttr::NoAlias));
+ llvm::ParamAttr::StructRet|
+ llvm::ParamAttr::NoAlias));
++Index;
break;