From b81eff588d32eaf09d498c45c067794e22f9c6ff Mon Sep 17 00:00:00 2001 From: Brad King Date: Wed, 25 Apr 2007 17:48:51 -0400 Subject: STYLE: Fixed line-too-long. --- Source/cmStringCommand.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Source/cmStringCommand.h b/Source/cmStringCommand.h index 283c91a..23e78c7 100644 --- a/Source/cmStringCommand.h +++ b/Source/cmStringCommand.h @@ -85,7 +85,8 @@ public: " STRING(TOLOWER )\n" " STRING(LENGTH )\n" " STRING(SUBSTRING )\n" - " STRING(RANDOM [LENGTH ] [ALPHABET ] )\n" + " STRING(RANDOM [LENGTH ] [ALPHABET ]\n" + " )\n" "REGEX MATCH will match the regular expression once and store the " "match in the output variable.\n" "REGEX MATCHALL will match the regular expression as many times as " -- cgit v0.12