From 7b58ed78137eea80340013c792d88e9ec8110ffd Mon Sep 17 00:00:00 2001 From: Brad King Date: Fri, 18 Aug 2006 08:57:17 -0400 Subject: STYLE: Fixed line-too-long style errors. --- Source/cmAddCustomTargetCommand.h | 4 ++-- Source/cmStandardLexer.h | 2 +- 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 -- cgit v0.12