[cmake-commits] king committed cmStringCommand.h 1.18 1.19

cmake-commits at cmake.org cmake-commits at cmake.org
Wed Apr 25 17:48:53 EDT 2007


Update of /cvsroot/CMake/CMake/Source
In directory public:/mounts/ram/cvs-serv24578

Modified Files:
	cmStringCommand.h 
Log Message:
STYLE: Fixed line-too-long.


Index: cmStringCommand.h
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmStringCommand.h,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- cmStringCommand.h	23 Apr 2007 15:04:12 -0000	1.18
+++ cmStringCommand.h	25 Apr 2007 21:48:51 -0000	1.19
@@ -85,7 +85,8 @@
       "  STRING(TOLOWER <string1> <output variable>)\n"
       "  STRING(LENGTH <string> <output variable>)\n"
       "  STRING(SUBSTRING <string> <begin> <length> <output variable>)\n"
-      "  STRING(RANDOM [LENGTH <length>] [ALPHABET <alphabet>] <output variable>)\n"
+      "  STRING(RANDOM [LENGTH <length>] [ALPHABET <alphabet>]\n"
+      "         <output variable>)\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 "



More information about the Cmake-commits mailing list