From ba6605c31dd5ebe0b903ea1feb96180d2e6d14af Mon Sep 17 00:00:00 2001 From: Yaron Keren Date: Sun, 8 Nov 2015 22:01:45 +0000 Subject: [PATCH] Replace tab with 8 spaces, NFC. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@252426 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/CodeGen/CGCall.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/CodeGen/CGCall.cpp b/lib/CodeGen/CGCall.cpp index f118a739fb..99a093223d 100644 --- a/lib/CodeGen/CGCall.cpp +++ b/lib/CodeGen/CGCall.cpp @@ -1517,7 +1517,7 @@ void CodeGenModule::ConstructAttributeList(const CGFunctionInfo &FI, 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 -- 2.40.0