소스 검색

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;