summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2006-08-18 12:57:17 (GMT)
committerBrad King <brad.king@kitware.com>2006-08-18 12:57:17 (GMT)
commit7b58ed78137eea80340013c792d88e9ec8110ffd (patch)
tree25164a3e529c1d46f2712c0c5a1a06e8d4965ac5 /Source
parent21b1ecb97b059f43f18519fc60ee6eab4932dd0a (diff)
downloadCMake-7b58ed78137eea80340013c792d88e9ec8110ffd.zip
CMake-7b58ed78137eea80340013c792d88e9ec8110ffd.tar.gz
CMake-7b58ed78137eea80340013c792d88e9ec8110ffd.tar.bz2
STYLE: Fixed line-too-long style errors.
Diffstat (limited to 'Source')
-rw-r--r--Source/cmAddCustomTargetCommand.h4
-rw-r--r--Source/cmStandardLexer.h2
2 files changed, 3 insertions, 3 deletions
diff --git a/Source/cmAddCustomTargetCommand.h b/Source/cmAddCustomTargetCommand.h
index ba06948..d6b38e3 100644
--- a/Source/cmAddCustomTargetCommand.h
+++ b/Source/cmAddCustomTargetCommand.h
@@ -69,8 +69,8 @@ public:
" [WORKING_DIRECTORY dir]\n"
"Adds a target with the given name that executes the given commands. "
"The target has no output file and is ALWAYS CONSIDERED OUT OF DATE "
- "even if the commands try to create a file with the name of the target. "
- "Use ADD_CUSTOM_COMMAND to generate a file with dependencies. "
+ "even if the commands try to create a file with the name of the "
+ "target. Use ADD_CUSTOM_COMMAND to generate a file with dependencies. "
"By default nothing depends on the custom target. Use "
"ADD_DEPENDENCIES to add dependencies to or from other targets. "
"If the ALL option is specified "
diff --git a/Source/cmStandardLexer.h b/Source/cmStandardLexer.h
index 24274f6..0cac8ad 100644
--- a/Source/cmStandardLexer.h
+++ b/Source/cmStandardLexer.h
@@ -35,7 +35,7 @@
# pragma warn -8066 /* unreachable code */
#endif
-/* Borland system header defines these macros without first undef-ing them. */
+/* Borland system header defines these macros without first undef-ing them. */
#if defined(__BORLANDC__) && __BORLANDC__ >= 0x580
# undef INT8_MIN
# undef INT16_MIN