summaryrefslogtreecommitdiffstats
path: root/Source/cmTargetLinkLibrariesCommand.h
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2011-11-02 11:43:01 (GMT)
committerBrad King <brad.king@kitware.com>2011-11-22 21:52:27 (GMT)
commitcf64218eeb7dbe8a0d71292c42df63c4cb982fed (patch)
tree955ebf0488415eefe70f86c21b8d09d6fbeb7c5a /Source/cmTargetLinkLibrariesCommand.h
parent61c69d3fbbdb0390eb8f27e39a30a21d43ab4169 (diff)
downloadCMake-cf64218eeb7dbe8a0d71292c42df63c4cb982fed.zip
CMake-cf64218eeb7dbe8a0d71292c42df63c4cb982fed.tar.gz
CMake-cf64218eeb7dbe8a0d71292c42df63c4cb982fed.tar.bz2
target_link_libraries: Trim trailing whitespace
Diffstat (limited to 'Source/cmTargetLinkLibrariesCommand.h')
-rw-r--r--Source/cmTargetLinkLibrariesCommand.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/Source/cmTargetLinkLibrariesCommand.h b/Source/cmTargetLinkLibrariesCommand.h
index ce57df7..a9b5d8b 100644
--- a/Source/cmTargetLinkLibrariesCommand.h
+++ b/Source/cmTargetLinkLibrariesCommand.h
@@ -19,7 +19,7 @@
*
* cmTargetLinkLibrariesCommand is used to specify a list of libraries to link
* into executable(s) or shared objects. The names of the libraries
- * should be those defined by the LIBRARY(library) command(s).
+ * should be those defined by the LIBRARY(library) command(s).
*/
class cmTargetLinkLibrariesCommand : public cmCommand
{
@@ -27,7 +27,7 @@ public:
/**
* This is a virtual constructor for the command.
*/
- virtual cmCommand* Clone()
+ virtual cmCommand* Clone()
{
return new cmTargetLinkLibrariesCommand;
}
@@ -47,12 +47,12 @@ public:
/**
* Succinct documentation.
*/
- virtual const char* GetTerseDocumentation()
+ virtual const char* GetTerseDocumentation()
{
- return
+ return
"Link a target to given libraries.";
}
-
+
/**
* More documentation.
*/
@@ -130,7 +130,7 @@ public:
")"
;
}
-
+
cmTypeMacro(cmTargetLinkLibrariesCommand, cmCommand);
private:
void LinkLibraryTypeSpecifierWarning(int left, int right);