Explorar o código

Merge topic 'fix-style'

e162326 Fix indentation.
Brad King %!s(int64=12) %!d(string=hai) anos
pai
achega
db5f5243b5
Modificáronse 2 ficheiros con 3 adicións e 3 borrados
  1. 1 1
      Source/cmGlobalGenerator.cxx
  2. 2 2
      Source/cmTarget.cxx

+ 1 - 1
Source/cmGlobalGenerator.cxx

@@ -963,7 +963,7 @@ void cmGlobalGenerator::Generate()
 
     for ( tit = targets->begin(); tit != targets->end(); ++ tit )
       {
-        tit->second.AppendBuildInterfaceIncludes();
+      tit->second.AppendBuildInterfaceIncludes();
       }
     }
 

+ 2 - 2
Source/cmTarget.cxx

@@ -3018,8 +3018,8 @@ std::vector<std::string> cmTarget::GetIncludeDirectories(const char *config)
   cmListFileBacktrace lfbt;
 
   cmGeneratorExpressionDAGChecker dagChecker(lfbt,
-                                              this->GetName(),
-                                              "INCLUDE_DIRECTORIES", 0, 0);
+                                             this->GetName(),
+                                             "INCLUDE_DIRECTORIES", 0, 0);
 
   this->AppendBuildInterfaceIncludes();