diff options
author | Alex Neundorf <neundorf@kde.org> | 2012-05-13 13:34:30 (GMT) |
---|---|---|
committer | Alex Neundorf <neundorf@kde.org> | 2012-05-13 15:38:31 (GMT) |
commit | b6fba35411053e334072a1203493140c67f3d30a (patch) | |
tree | d7364041ec7a8a08c9c2e11ad6a9510a113bbb17 /Source/cmInstallCommand.h | |
parent | c7dab4b93668e44ce07b810a08f171f8eb847785 (diff) | |
download | CMake-b6fba35411053e334072a1203493140c67f3d30a.zip CMake-b6fba35411053e334072a1203493140c67f3d30a.tar.gz CMake-b6fba35411053e334072a1203493140c67f3d30a.tar.bz2 |
-strip trailing whitespace
Alex
Diffstat (limited to 'Source/cmInstallCommand.h')
-rw-r--r-- | Source/cmInstallCommand.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmInstallCommand.h b/Source/cmInstallCommand.h index 3403c38..ee22523 100644 --- a/Source/cmInstallCommand.h +++ b/Source/cmInstallCommand.h @@ -337,7 +337,7 @@ private: bool HandleFilesMode(std::vector<std::string> const& args); bool HandleDirectoryMode(std::vector<std::string> const& args); bool HandleExportMode(std::vector<std::string> const& args); - bool MakeFilesFullPath(const char* modeName, + bool MakeFilesFullPath(const char* modeName, const std::vector<std::string>& relFiles, std::vector<std::string>& absFiles); bool CheckCMP0006(bool& failure); |