From ee86c59cba8884879e94361044dd8d4359abfd6e Mon Sep 17 00:00:00 2001 From: Brad King Date: Thu, 20 Sep 2001 10:53:34 -0400 Subject: ENH: Added extra newline in an error message to improve readability. --- Source/cmSetCommand.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/cmSetCommand.cxx b/Source/cmSetCommand.cxx index 00e1bc5..2357468 100644 --- a/Source/cmSetCommand.cxx +++ b/Source/cmSetCommand.cxx @@ -105,6 +105,7 @@ bool cmSetCommand::InitialPass(std::vector& args) { std::string error = "Error in arguments to cache, expected CACHE found:"; error += args[cacheStart]; + error += "\n"; this->SetError(error.c_str()); return false; } -- cgit v0.12