summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalVisualStudio6Generator.cxx
diff options
context:
space:
mode:
authorDavid Cole <david.cole@kitware.com>2008-12-10 15:50:07 (GMT)
committerDavid Cole <david.cole@kitware.com>2008-12-10 15:50:07 (GMT)
commit227c86d8cc8e5c00f7deae095480676b8ca6aa96 (patch)
tree023ba0b61d952497e6c0e322ee2a8458511aee89 /Source/cmGlobalVisualStudio6Generator.cxx
parent73f5e13cf3a351bac9ccb234d6950cfcd5924b6f (diff)
downloadCMake-227c86d8cc8e5c00f7deae095480676b8ca6aa96.zip
CMake-227c86d8cc8e5c00f7deae095480676b8ca6aa96.tar.gz
CMake-227c86d8cc8e5c00f7deae095480676b8ca6aa96.tar.bz2
STYLE: Fix line length style violations.
Diffstat (limited to 'Source/cmGlobalVisualStudio6Generator.cxx')
-rw-r--r--Source/cmGlobalVisualStudio6Generator.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmGlobalVisualStudio6Generator.cxx b/Source/cmGlobalVisualStudio6Generator.cxx
index e6456e8..846b1b7 100644
--- a/Source/cmGlobalVisualStudio6Generator.cxx
+++ b/Source/cmGlobalVisualStudio6Generator.cxx
@@ -419,7 +419,8 @@ void cmGlobalVisualStudio6Generator::WriteProject(std::ostream& fout,
if(this->FindTarget(0, j->first.c_str()))
{
fout << "Begin Project Dependency\n";
- fout << "Project_Dep_Name " << GetVS6TargetName(j->first.c_str()) << "\n";
+ fout << "Project_Dep_Name "
+ << GetVS6TargetName(j->first.c_str()) << "\n";
fout << "End Project Dependency\n";
}
}