diff options
author | Ken Martin <ken.martin@kitware.com> | 2006-05-12 16:29:09 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2006-05-12 16:29:09 (GMT) |
commit | 47c7108111a7fdd0b5df8d3e2561aa8d544bae34 (patch) | |
tree | 6f12d2c07ffb05a5f3e18be0dd8718f1114e1e32 /Source/cmMathCommand.h | |
parent | 7dc8a92246ced17f9f3cf6161f2ef07bdda51014 (diff) | |
download | CMake-47c7108111a7fdd0b5df8d3e2561aa8d544bae34.zip CMake-47c7108111a7fdd0b5df8d3e2561aa8d544bae34.tar.gz CMake-47c7108111a7fdd0b5df8d3e2561aa8d544bae34.tar.bz2 |
STYLE: fix line length
Diffstat (limited to 'Source/cmMathCommand.h')
-rw-r--r-- | Source/cmMathCommand.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmMathCommand.h b/Source/cmMathCommand.h index ddebac5..3f4a6ed 100644 --- a/Source/cmMathCommand.h +++ b/Source/cmMathCommand.h @@ -66,7 +66,8 @@ public: return " MATH(EXPR <output variable> <math expression>)\n" "EXPR evaluates mathematical expression and return result in the " - "output variable. Example mathematical expression is '5 * ( 10 + 13 )'."; + "output variable. Example mathematical expression is " + "'5 * ( 10 + 13 )'."; } cmTypeMacro(cmMathCommand, cmCommand); |