Author: yrnkrn
Date: Sun Nov  8 16:01:45 2015
New Revision: 252426

URL: http://llvm.org/viewvc/llvm-project?rev=252426&view=rev
Log:
Replace tab with 8 spaces, NFC.


Modified:
    cfe/trunk/lib/CodeGen/CGCall.cpp

Modified: cfe/trunk/lib/CodeGen/CGCall.cpp
URL: 
http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/CodeGen/CGCall.cpp?rev=252426&r1=252425&r2=252426&view=diff
==============================================================================
--- cfe/trunk/lib/CodeGen/CGCall.cpp (original)
+++ cfe/trunk/lib/CodeGen/CGCall.cpp Sun Nov  8 16:01:45 2015
@@ -1517,7 +1517,7 @@ void CodeGenModule::ConstructAttributeLi
           getTarget().getTargetOpts().FeaturesAsWritten.end());
 
       if (ParsedAttr.second != "")
-       TargetCPU = ParsedAttr.second;
+        TargetCPU = ParsedAttr.second;
 
       // Now populate the feature map, first with the TargetCPU which is either
       // the default or a new one from the target attribute string. Then we'll


_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to