forked from OSchip/llvm-project
Remove whitespace from start of line, NFC.
llvm-svn: 241272
This commit is contained in:
parent
bebb27b0d2
commit
07d4496ab7
|
@ -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 :
|
||||
|
|
Loading…
Reference in New Issue