]> granicus.if.org Git - clang/commitdiff
Adjust whitespaces.
authorDevang Patel <dpatel@apple.com>
Wed, 24 Sep 2008 01:03:00 +0000 (01:03 +0000)
committerDevang Patel <dpatel@apple.com>
Wed, 24 Sep 2008 01:03:00 +0000 (01:03 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@56538 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/CGCall.cpp

index 11e2ec214249e9e9afbf52b65be6043b19bcf365..68fa0fa02f7a1d956438097e0cfc21e1df3183dd 100644 (file)
@@ -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;