summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefileExecutableTargetGenerator.cxx
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2009-10-23 12:02:24 (GMT)
committerBrad King <brad.king@kitware.com>2009-10-23 12:02:24 (GMT)
commit867a1cc12c9212b286efce0647a510486501c1a5 (patch)
treefe5abcaef2fc4c5381a14e069d8b654d25db2466 /Source/cmMakefileExecutableTargetGenerator.cxx
parent11d85a57487c9dfd86c9b9e13858cdf1915777ed (diff)
downloadCMake-867a1cc12c9212b286efce0647a510486501c1a5.zip
CMake-867a1cc12c9212b286efce0647a510486501c1a5.tar.gz
CMake-867a1cc12c9212b286efce0647a510486501c1a5.tar.bz2
Fix line-too-long style violations
The commit "Define per-target OSX_ARCHITECTURES property" introduced some long lines. This wraps them into multiple shorter lines.
Diffstat (limited to 'Source/cmMakefileExecutableTargetGenerator.cxx')
-rw-r--r--Source/cmMakefileExecutableTargetGenerator.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmMakefileExecutableTargetGenerator.cxx b/Source/cmMakefileExecutableTargetGenerator.cxx
index 49b9d75..e7c4a7d 100644
--- a/Source/cmMakefileExecutableTargetGenerator.cxx
+++ b/Source/cmMakefileExecutableTargetGenerator.cxx
@@ -230,7 +230,8 @@ void cmMakefileExecutableTargetGenerator::WriteExecutableRule(bool relink)
this->AddFeatureFlags(flags, linkLanguage);
#ifdef __APPLE__
- this->LocalGenerator->AddArchitectureFlags(flags, this->Target, linkLanguage, this->ConfigName);
+ this->LocalGenerator->AddArchitectureFlags(flags, this->Target,
+ linkLanguage, this->ConfigName);
#endif /* __APPLE__ */
// Add target-specific linker flags.