summaryrefslogtreecommitdiffstats
path: root/Source/cmSetCommand.h
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2009-09-03 19:29:29 (GMT)
committerKen Martin <ken.martin@kitware.com>2009-09-03 19:29:29 (GMT)
commitf686dbecb6c25178954b8190e95a3a265e9b2813 (patch)
tree9007c583a292169aec33d7a193de95ca91e6ea41 /Source/cmSetCommand.h
parent5624be360e555f3a4505f69cae3f582b2e4e835a (diff)
downloadCMake-f686dbecb6c25178954b8190e95a3a265e9b2813.zip
CMake-f686dbecb6c25178954b8190e95a3a265e9b2813.tar.gz
CMake-f686dbecb6c25178954b8190e95a3a265e9b2813.tar.bz2
some white space fixes for the book
Diffstat (limited to 'Source/cmSetCommand.h')
-rw-r--r--Source/cmSetCommand.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmSetCommand.h b/Source/cmSetCommand.h
index 39d0bc3..c2b65c4 100644
--- a/Source/cmSetCommand.h
+++ b/Source/cmSetCommand.h
@@ -66,8 +66,8 @@ public:
virtual const char* GetFullDocumentation()
{
return
- " set(<variable> <value> [[CACHE <type> <docstring> [FORCE]] | "
- "PARENT_SCOPE])\n"
+ " set(<variable> <value>\n"
+ " [[CACHE <type> <docstring> [FORCE]] | PARENT_SCOPE])\n"
"Within CMake sets <variable> to the value <value>. <value> is expanded"
" before <variable> is set to it. If CACHE is present, then the "
"<variable> is put in the cache. <type> and <docstring> are then "