summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Neundorf <neundorf@kde.org>2011-03-10 20:43:02 (GMT)
committerAlex Neundorf <neundorf@kde.org>2011-03-10 20:43:02 (GMT)
commit1a91ac4d0dd9bb7eac960a2058fd26f0646b4f50 (patch)
tree31c6a45eda33a7079290cfee7672a0d124da00ef
parent8def3f59495208b44ae2b94d177c9cccd5bb1cca (diff)
downloadCMake-1a91ac4d0dd9bb7eac960a2058fd26f0646b4f50.zip
CMake-1a91ac4d0dd9bb7eac960a2058fd26f0646b4f50.tar.gz
CMake-1a91ac4d0dd9bb7eac960a2058fd26f0646b4f50.tar.bz2
Remove trailing whitespace
Alex
-rw-r--r--Source/cmUseMangledMesaCommand.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/Source/cmUseMangledMesaCommand.h b/Source/cmUseMangledMesaCommand.h
index 141995d..887200f 100644
--- a/Source/cmUseMangledMesaCommand.h
+++ b/Source/cmUseMangledMesaCommand.h
@@ -30,7 +30,7 @@ public:
/**
* This is a virtual constructor for the command.
*/
- virtual cmCommand* Clone()
+ virtual cmCommand* Clone()
{
return new cmUseMangledMesaCommand;
}
@@ -41,7 +41,7 @@ public:
*/
virtual bool InitialPass(std::vector<std::string> const& args,
cmExecutionStatus &status);
-
+
/**
* The name of the command as specified in CMakeList.txt.
*/
@@ -50,11 +50,11 @@ public:
/**
* Succinct documentation.
*/
- virtual const char* GetTerseDocumentation()
+ virtual const char* GetTerseDocumentation()
{
return "Copy mesa headers for use in combination with system GL.";
}
-
+
/**
* More documentation.
*/
@@ -80,5 +80,4 @@ protected:
};
-
#endif