summaryrefslogtreecommitdiffstats
path: root/Source/cmGetFilenameComponentCommand.h
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2006-05-10 19:56:00 (GMT)
committerKen Martin <ken.martin@kitware.com>2006-05-10 19:56:00 (GMT)
commit71b993560b2e65dc648521fc19b02b5e80e50553 (patch)
tree186eee70bc91d63bd48a4895ca3a31fe84227914 /Source/cmGetFilenameComponentCommand.h
parent2af47105250a8a502eb5a3cbe18e1d77d11ec590 (diff)
downloadCMake-71b993560b2e65dc648521fc19b02b5e80e50553.zip
CMake-71b993560b2e65dc648521fc19b02b5e80e50553.tar.gz
CMake-71b993560b2e65dc648521fc19b02b5e80e50553.tar.bz2
STYLE: fix line length
Diffstat (limited to 'Source/cmGetFilenameComponentCommand.h')
-rw-r--r--Source/cmGetFilenameComponentCommand.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmGetFilenameComponentCommand.h b/Source/cmGetFilenameComponentCommand.h
index fe490dd..a9c1dbb 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"