Remove trailing whitespace
Alex
This commit is contained in:
parent
737261785a
commit
43f96eaf93
@ -57,7 +57,7 @@ bool cmTargetLinkLibrariesCommand
|
|||||||
// specification when the keyword is encountered.
|
// specification when the keyword is encountered.
|
||||||
this->DoingInterface = false;
|
this->DoingInterface = false;
|
||||||
|
|
||||||
// add libraries, nothe that there is an optional prefix
|
// add libraries, nothe that there is an optional prefix
|
||||||
// of debug and optimized than can be used
|
// of debug and optimized than can be used
|
||||||
for(unsigned int i=1; i < args.size(); ++i)
|
for(unsigned int i=1; i < args.size(); ++i)
|
||||||
{
|
{
|
||||||
@ -118,7 +118,7 @@ bool cmTargetLinkLibrariesCommand
|
|||||||
llt = cmTarget::GENERAL;
|
llt = cmTarget::GENERAL;
|
||||||
std::string linkType = args[0];
|
std::string linkType = args[0];
|
||||||
linkType += "_LINK_TYPE";
|
linkType += "_LINK_TYPE";
|
||||||
const char* linkTypeString =
|
const char* linkTypeString =
|
||||||
this->Makefile->GetDefinition( linkType.c_str() );
|
this->Makefile->GetDefinition( linkType.c_str() );
|
||||||
if(linkTypeString)
|
if(linkTypeString)
|
||||||
{
|
{
|
||||||
@ -133,7 +133,7 @@ bool cmTargetLinkLibrariesCommand
|
|||||||
}
|
}
|
||||||
this->HandleLibrary(args[i].c_str(), llt);
|
this->HandleLibrary(args[i].c_str(), llt);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Make sure the last argument was not a library type specifier.
|
// Make sure the last argument was not a library type specifier.
|
||||||
if(haveLLT)
|
if(haveLLT)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user