Fix brace indentation.

This commit is contained in:
Stephen Kelly 2013-05-18 09:54:50 +02:00
parent c70b9b51d9
commit 3c7c332929

View File

@ -2011,13 +2011,13 @@ void cmLocalGenerator::AddCMP0018Flags(std::string &flags, cmTarget* target,
else else
{ {
if (target->GetType() == cmTarget::OBJECT_LIBRARY) if (target->GetType() == cmTarget::OBJECT_LIBRARY)
{ {
if (target->GetPropertyAsBool("POSITION_INDEPENDENT_CODE")) if (target->GetPropertyAsBool("POSITION_INDEPENDENT_CODE"))
{ {
this->AddPositionIndependentFlags(flags, lang, targetType); this->AddPositionIndependentFlags(flags, lang, targetType);
} }
return; return;
} }
if (target->GetLinkInterfaceDependentBoolProperty( if (target->GetLinkInterfaceDependentBoolProperty(
"POSITION_INDEPENDENT_CODE", "POSITION_INDEPENDENT_CODE",