diff options
author | Ken Martin <ken.martin@kitware.com> | 2006-05-10 15:56:00 -0400 |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2006-05-10 15:56:00 -0400 |
commit | 71b993560b2e65dc648521fc19b02b5e80e50553 (patch) | |
tree | 186eee70bc91d63bd48a4895ca3a31fe84227914 /Source/cmGetFilenameComponentCommand.h | |
parent | 2af47105250a8a502eb5a3cbe18e1d77d11ec590 (diff) | |
download | cmake-71b993560b2e65dc648521fc19b02b5e80e50553.tar.gz |
STYLE: fix line length
Diffstat (limited to 'Source/cmGetFilenameComponentCommand.h')
-rw-r--r-- | Source/cmGetFilenameComponentCommand.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmGetFilenameComponentCommand.h b/Source/cmGetFilenameComponentCommand.h index fe490ddbda..a9c1dbb0f8 100644 --- a/Source/cmGetFilenameComponentCommand.h +++ b/Source/cmGetFilenameComponentCommand.h @@ -73,8 +73,8 @@ public: "extension (EXT), file name without extension (NAME_WE) of FileName, " "or the full absolute (ABSOLUTE) file name without symlinks. " "Note that the path is converted to Unix slashes format and has no " - "trailing slashes. The longest file extension is always considered. If " - "the optional CACHE argument is specified, the result variable is " + "trailing slashes. The longest file extension is always considered. " + "If the optional CACHE argument is specified, the result variable is " "added to the cache.\n" " GET_FILENAME_COMPONENT(VarName FileName\n" " PROGRAM [PROGRAM_ARGS ArgVar]\n" |