summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalXCodeGenerator.cxx
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2007-02-17 13:46:25 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2007-02-17 13:46:25 (GMT)
commitf7cd9f76ce5f49183b519007e8e0bb20f2ae664e (patch)
tree09f62c1f964baff754b20a412abf22693582da9a /Source/cmLocalXCodeGenerator.cxx
parent66523061d0d35b80dcc4a5c19d43a93cb455e58b (diff)
downloadCMake-f7cd9f76ce5f49183b519007e8e0bb20f2ae664e.zip
CMake-f7cd9f76ce5f49183b519007e8e0bb20f2ae664e.tar.gz
CMake-f7cd9f76ce5f49183b519007e8e0bb20f2ae664e.tar.bz2
STYLE: fix line length issues
Diffstat (limited to 'Source/cmLocalXCodeGenerator.cxx')
-rw-r--r--Source/cmLocalXCodeGenerator.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmLocalXCodeGenerator.cxx b/Source/cmLocalXCodeGenerator.cxx
index 311735d..c55a0ed 100644
--- a/Source/cmLocalXCodeGenerator.cxx
+++ b/Source/cmLocalXCodeGenerator.cxx
@@ -18,7 +18,8 @@ GetTargetObjectFileDirectories(cmTarget* target,
std::vector<std::string>&
dirs)
{
- cmGlobalXCodeGenerator* g = (cmGlobalXCodeGenerator*)this->GetGlobalGenerator();
+ cmGlobalXCodeGenerator* g =
+ (cmGlobalXCodeGenerator*)this->GetGlobalGenerator();
g->SetCurrentLocalGenerator(this);
g->GetTargetObjectFileDirectories(target,
dirs);