summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalGenerator.h
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2006-05-11 14:40:28 (GMT)
committerKen Martin <ken.martin@kitware.com>2006-05-11 14:40:28 (GMT)
commitb8483cf10905814078693a58f0c3c7e56af7006f (patch)
tree75b247d243dc78c5f377c802f8d1a64eab0e9c07 /Source/cmGlobalGenerator.h
parent5e68642d164f1634f3df452df8930b0ef163d3a1 (diff)
downloadCMake-b8483cf10905814078693a58f0c3c7e56af7006f.zip
CMake-b8483cf10905814078693a58f0c3c7e56af7006f.tar.gz
CMake-b8483cf10905814078693a58f0c3c7e56af7006f.tar.bz2
STYLE: fix line length
Diffstat (limited to 'Source/cmGlobalGenerator.h')
-rw-r--r--Source/cmGlobalGenerator.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmGlobalGenerator.h b/Source/cmGlobalGenerator.h
index e8f2634..1134c2a 100644
--- a/Source/cmGlobalGenerator.h
+++ b/Source/cmGlobalGenerator.h
@@ -175,7 +175,8 @@ public:
configuration. This is valid during generation only. */
cmTargetManifest const& GetTargetManifest() { return this->TargetManifest; }
- void AddTarget(cmTargets::value_type &v) { this->TotalTargets[v.first] = &v.second;};
+ void AddTarget(cmTargets::value_type &v) {
+ this->TotalTargets[v.first] = &v.second;};
/** Support for multiple custom command outputs. */
virtual void CheckMultipleOutputs(cmMakefile* mf, bool verbose);