From f48d8bd6f6bee4a24a3c716fc744f8dcdff7b399 Mon Sep 17 00:00:00 2001 From: Brad King Date: Thu, 19 Jun 2014 13:44:24 -0400 Subject: [PATCH] cmTarget: Shorten a long line in ComputeLinkImplementation Prepare to change its indentation without exceeding line length limit. --- Source/cmTarget.cxx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Source/cmTarget.cxx b/Source/cmTarget.cxx index 5bb15f5b8..b41840528 100644 --- a/Source/cmTarget.cxx +++ b/Source/cmTarget.cxx @@ -6640,9 +6640,8 @@ void cmTarget::ComputeLinkImplementation(const std::string& config, if(!noMessage) { e << "Target \"" << this->GetName() << "\" links to itself."; - this->Makefile->GetCMakeInstance()->IssueMessage(messageType, - e.str(), - this->GetBacktrace()); + this->Makefile->GetCMakeInstance()->IssueMessage( + messageType, e.str(), this->GetBacktrace()); if (messageType == cmake::FATAL_ERROR) { return;