Remove whitespace from start of line, NFC.

llvm-svn: 241272
This commit is contained in:
Yaron Keren 2015-07-02 14:44:35 +00:00
parent bebb27b0d2
commit 07d4496ab7
1 changed files with 1 additions and 1 deletions

View File

@ -703,7 +703,7 @@ CodeGenModule::getVTableLinkage(const CXXRecordDecl *RD) {
llvm::Function::InternalLinkage;
return llvm::GlobalVariable::ExternalLinkage;
case TSK_ImplicitInstantiation:
return !Context.getLangOpts().AppleKext ?
llvm::GlobalVariable::LinkOnceODRLinkage :