From 71b993560b2e65dc648521fc19b02b5e80e50553 Mon Sep 17 00:00:00 2001 From: Ken Martin Date: Wed, 10 May 2006 15:56:00 -0400 Subject: STYLE: fix line length --- Source/cmGetDirectoryPropertyCommand.cxx | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'Source/cmGetDirectoryPropertyCommand.cxx') diff --git a/Source/cmGetDirectoryPropertyCommand.cxx b/Source/cmGetDirectoryPropertyCommand.cxx index 79a18adca8..8d08c6b8e8 100644 --- a/Source/cmGetDirectoryPropertyCommand.cxx +++ b/Source/cmGetDirectoryPropertyCommand.cxx @@ -60,7 +60,9 @@ bool cmGetDirectoryPropertyCommand::InitialPass( if (!lg) { this->SetError - ("DIRECTORY argument provided but requested directory not found. This could be because the directory argument was invalid or, it is valid but has not been processed yet."); + ("DIRECTORY argument provided but requested directory not found. " + "This could be because the directory argument was invalid or, " + "it is valid but has not been processed yet."); return false; } dir = lg->GetMakefile(); @@ -140,8 +142,8 @@ bool cmGetDirectoryPropertyCommand::InitialPass( ++i; if (i == args.end()) { - this->SetError - ("A request for a variable definition was made without providing the name of the variable to get."); + this->SetError("A request for a variable definition was made without " + "providing the name of the variable to get."); return false; } output = dir->GetSafeDefinition(i->c_str()); -- cgit v1.2.1