Remove trailing whitespace

Alex
This commit is contained in:
Alex Neundorf 2010-08-26 21:01:58 +02:00
parent 737261785a
commit 43f96eaf93
1 changed files with 3 additions and 3 deletions

View File

@ -57,7 +57,7 @@ bool cmTargetLinkLibrariesCommand
// specification when the keyword is encountered.
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
for(unsigned int i=1; i < args.size(); ++i)
{
@ -118,7 +118,7 @@ bool cmTargetLinkLibrariesCommand
llt = cmTarget::GENERAL;
std::string linkType = args[0];
linkType += "_LINK_TYPE";
const char* linkTypeString =
const char* linkTypeString =
this->Makefile->GetDefinition( linkType.c_str() );
if(linkTypeString)
{
@ -133,7 +133,7 @@ bool cmTargetLinkLibrariesCommand
}
this->HandleLibrary(args[i].c_str(), llt);
}
}
}
// Make sure the last argument was not a library type specifier.
if(haveLLT)