summaryrefslogtreecommitdiffstats
path: root/Source/cmInstallCommandArguments.h
diff options
context:
space:
mode:
authorAlexander Neundorf <neundorf@kde.org>2007-08-31 20:52:32 (GMT)
committerAlexander Neundorf <neundorf@kde.org>2007-08-31 20:52:32 (GMT)
commita4fb93599ffcb5d59ee6346acc96784dfa1b10e4 (patch)
tree6e784667c0e0149d6c2449c686fb77718edc0e6a /Source/cmInstallCommandArguments.h
parent5ceafcb7e20c56ec615211da3314443292962283 (diff)
downloadCMake-a4fb93599ffcb5d59ee6346acc96784dfa1b10e4.zip
CMake-a4fb93599ffcb5d59ee6346acc96784dfa1b10e4.tar.gz
CMake-a4fb93599ffcb5d59ee6346acc96784dfa1b10e4.tar.bz2
STYLE: fix line lengths
Alex
Diffstat (limited to 'Source/cmInstallCommandArguments.h')
-rw-r--r--Source/cmInstallCommandArguments.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/Source/cmInstallCommandArguments.h b/Source/cmInstallCommandArguments.h
index 2547877..430e537 100644
--- a/Source/cmInstallCommandArguments.h
+++ b/Source/cmInstallCommandArguments.h
@@ -40,9 +40,9 @@ class cmInstallCommandArguments
const std::vector<std::string>& GetConfigurations() const;
bool GetOptional() const;
- // once HandleDirectoryMode() is also switched to using cmInstallCommandArguments
- // then these two functions can become non-static private member functions
- // without arguments
+ // once HandleDirectoryMode() is also switched to using
+ // cmInstallCommandArguments then these two functions can become non-static
+ // private member functions without arguments
static void ComputeDestination(const std::string& inDest,
std::string& absDest);
static bool CheckPermissions(const std::string& onePerm,