Преглед на файлове

cmTarget: Shorten a long line in ComputeLinkImplementation

Prepare to change its indentation without exceeding line length limit.
Brad King преди 11 години
родител
ревизия
f48d8bd6f6
променени са 1 файла, в които са добавени 2 реда и са изтрити 3 реда
  1. 2 3
      Source/cmTarget.cxx

+ 2 - 3
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;