summaryrefslogtreecommitdiff
path: root/Source/cmSeparateArgumentsCommand.h
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2006-05-12 13:53:21 -0400
committerKen Martin <ken.martin@kitware.com>2006-05-12 13:53:21 -0400
commitdaa37f116340fa86c1a511847fe65ad999095fa0 (patch)
treec7b5e27c5bc3407266dca8ea5c987ff32a81b5a2 /Source/cmSeparateArgumentsCommand.h
parent2bb24565e5fb9ba99aa3164332a81504a7eb51b0 (diff)
downloadcmake-daa37f116340fa86c1a511847fe65ad999095fa0.tar.gz
STYLE: fix line length
Diffstat (limited to 'Source/cmSeparateArgumentsCommand.h')
-rw-r--r--Source/cmSeparateArgumentsCommand.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmSeparateArgumentsCommand.h b/Source/cmSeparateArgumentsCommand.h
index 4be21f6f75..a86b704678 100644
--- a/Source/cmSeparateArgumentsCommand.h
+++ b/Source/cmSeparateArgumentsCommand.h
@@ -56,7 +56,8 @@ public:
*/
virtual const char* GetTerseDocumentation()
{
- return "Split space separated arguments into a semi-colon separated list.";
+ return
+ "Split space separated arguments into a semi-colon separated list.";
}
/**