summaryrefslogtreecommitdiffstats
path: root/Source/cmSeparateArgumentsCommand.h
diff options
context:
space:
mode:
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 4be21f6..a86b704 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.";
}
/**