From: Devang Patel Date: Wed, 24 Sep 2008 01:03:00 +0000 (+0000) Subject: Adjust whitespaces. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0fb1d15c37ed26dc24e477fd80df4b0f7872b4ed;p=clang Adjust whitespaces. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@56538 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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;