diff options
author | Ken Martin <ken.martin@kitware.com> | 2006-05-10 19:46:45 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2006-05-10 19:46:45 (GMT) |
commit | 2af47105250a8a502eb5a3cbe18e1d77d11ec590 (patch) | |
tree | 0c47964082eeb7975bc6e8769d092103bb29f8a7 /Source/cmFindFileCommand.cxx | |
parent | afbc5743566b31f5270fa0ebabc395ad851e5359 (diff) | |
download | CMake-2af47105250a8a502eb5a3cbe18e1d77d11ec590.zip CMake-2af47105250a8a502eb5a3cbe18e1d77d11ec590.tar.gz CMake-2af47105250a8a502eb5a3cbe18e1d77d11ec590.tar.bz2 |
STYLE: fix line length
Diffstat (limited to 'Source/cmFindFileCommand.cxx')
-rw-r--r-- | Source/cmFindFileCommand.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmFindFileCommand.cxx b/Source/cmFindFileCommand.cxx index b268297..04d0af7 100644 --- a/Source/cmFindFileCommand.cxx +++ b/Source/cmFindFileCommand.cxx @@ -23,7 +23,8 @@ cmFindFileCommand::cmFindFileCommand() cmSystemTools::ReplaceString(this->GenericDocumentation, "FIND_PATH", "FIND_FILE"); cmSystemTools::ReplaceString(this->GenericDocumentation, - "directory containing the named file", "full path to named file"); + "directory containing the named file", + "full path to named file"); cmSystemTools::ReplaceString(this->GenericDocumentation, "file in a directory", "full path to a file"); } |