Bladeren bron

Genex: Adjust code layout slightly

Brad King 11 jaren geleden
bovenliggende
commit
9d72df4505
1 gewijzigde bestanden met toevoegingen van 3 en 4 verwijderingen
  1. 3 4
      Source/cmGeneratorExpressionEvaluator.cxx

+ 3 - 4
Source/cmGeneratorExpressionEvaluator.cxx

@@ -1039,8 +1039,8 @@ static const struct TargetPropertyNode : public cmGeneratorExpressionNode
           CM_FOR_EACH_TRANSITIVE_PROPERTY_METHOD(
           CM_FOR_EACH_TRANSITIVE_PROPERTY_METHOD(
                                             ASSERT_TRANSITIVE_PROPERTY_METHOD)
                                             ASSERT_TRANSITIVE_PROPERTY_METHOD)
           false);
           false);
-        }
 #undef ASSERT_TRANSITIVE_PROPERTY_METHOD
 #undef ASSERT_TRANSITIVE_PROPERTY_METHOD
+        }
       }
       }
 
 
     std::string linkedTargetsContent;
     std::string linkedTargetsContent;
@@ -1090,9 +1090,8 @@ static const struct TargetPropertyNode : public cmGeneratorExpressionNode
       }
       }
     else if(!interfacePropertyName.empty())
     else if(!interfacePropertyName.empty())
       {
       {
-      const cmTarget::LinkImplementationLibraries *impl
-        = target->GetLinkImplementationLibraries(context->Config);
-      if(impl)
+      if(cmTarget::LinkImplementationLibraries const* impl =
+         target->GetLinkImplementationLibraries(context->Config))
         {
         {
         linkedTargetsContent =
         linkedTargetsContent =
           getLinkedTargetsContent(impl->Libraries, target,
           getLinkedTargetsContent(impl->Libraries, target,