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 11e2ec2..68fa0fa 100644
--- a/lib/CodeGen/CGCall.cpp
+++ b/lib/CodeGen/CGCall.cpp
@@ -537,8 +537,8 @@
 
   case ABIArgInfo::StructRet:
     PAL.push_back(llvm::FnAttributeWithIndex::get(Index, 
-                                                 llvm::ParamAttr::StructRet|
-                                                 llvm::ParamAttr::NoAlias));
+                                                  llvm::ParamAttr::StructRet|
+                                                  llvm::ParamAttr::NoAlias));
     ++Index;
     break;