summaryrefslogtreecommitdiffstats
path: root/Source/cmTargetLinkLibrariesCommand.cxx
diff options
context:
space:
mode:
authorAlex Neundorf <neundorf@kde.org>2010-08-26 19:01:58 (GMT)
committerAlex Neundorf <neundorf@kde.org>2010-08-26 19:01:58 (GMT)
commit43f96eaf93541b6e820ca1ebc15802aaa38427e2 (patch)
treea8d3426f1af58ff608c6ce026b76e9dce3e8e868 /Source/cmTargetLinkLibrariesCommand.cxx
parent737261785a85f365c28ce4fb3da7695f8c09e139 (diff)
downloadCMake-43f96eaf93541b6e820ca1ebc15802aaa38427e2.zip
CMake-43f96eaf93541b6e820ca1ebc15802aaa38427e2.tar.gz
CMake-43f96eaf93541b6e820ca1ebc15802aaa38427e2.tar.bz2
Remove trailing whitespace
Alex
Diffstat (limited to 'Source/cmTargetLinkLibrariesCommand.cxx')
-rw-r--r--Source/cmTargetLinkLibrariesCommand.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/Source/cmTargetLinkLibrariesCommand.cxx b/Source/cmTargetLinkLibrariesCommand.cxx
index f1f76c8..d994260 100644
--- a/Source/cmTargetLinkLibrariesCommand.cxx
+++ b/Source/cmTargetLinkLibrariesCommand.cxx
@@ -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)