summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalGenerator.cxx
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2013-05-18 07:54:50 (GMT)
committerStephen Kelly <steveire@gmail.com>2013-05-18 07:54:50 (GMT)
commit3c7c33292966a5bb35c6ff5a16aa10ccf643838a (patch)
tree14a9cf7964bf436abc5a89c2cbec2c87d5ee2a78 /Source/cmLocalGenerator.cxx
parentc70b9b51d9c711d761bc45c0918bc8bc75b23d19 (diff)
downloadCMake-3c7c33292966a5bb35c6ff5a16aa10ccf643838a.zip
CMake-3c7c33292966a5bb35c6ff5a16aa10ccf643838a.tar.gz
CMake-3c7c33292966a5bb35c6ff5a16aa10ccf643838a.tar.bz2
Fix brace indentation.
Diffstat (limited to 'Source/cmLocalGenerator.cxx')
-rw-r--r--Source/cmLocalGenerator.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmLocalGenerator.cxx b/Source/cmLocalGenerator.cxx
index ee5b9d8..fc3ad4e 100644
--- a/Source/cmLocalGenerator.cxx
+++ b/Source/cmLocalGenerator.cxx
@@ -2011,13 +2011,13 @@ void cmLocalGenerator::AddCMP0018Flags(std::string &flags, cmTarget* target,
else
{
if (target->GetType() == cmTarget::OBJECT_LIBRARY)
- {
+ {
if (target->GetPropertyAsBool("POSITION_INDEPENDENT_CODE"))
{
this->AddPositionIndependentFlags(flags, lang, targetType);
}
return;
- }
+ }
if (target->GetLinkInterfaceDependentBoolProperty(
"POSITION_INDEPENDENT_CODE",