summaryrefslogtreecommitdiffstats
path: root/Source/cmMathCommand.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmMathCommand.h')
-rw-r--r--Source/cmMathCommand.h3
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);