From 0fb1d15c37ed26dc24e477fd80df4b0f7872b4ed Mon Sep 17 00:00:00 2001 From: Devang Patel Date: Wed, 24 Sep 2008 01:03:00 +0000 Subject: [PATCH] Adjust whitespaces. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@56538 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/CodeGen/CGCall.cpp | 4 ++-- 1 file 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; -- 2.50.1