From 227c86d8cc8e5c00f7deae095480676b8ca6aa96 Mon Sep 17 00:00:00 2001 From: David Cole Date: Wed, 10 Dec 2008 10:50:07 -0500 Subject: STYLE: Fix line length style violations. --- Source/cmGlobalVisualStudio6Generator.cxx | 3 ++- Source/cmLocalVisualStudio6Generator.cxx | 6 ++++-- 2 files changed, 6 insertions(+), 3 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"; } } diff --git a/Source/cmLocalVisualStudio6Generator.cxx b/Source/cmLocalVisualStudio6Generator.cxx index cc2bb4c..c00cdea 100644 --- a/Source/cmLocalVisualStudio6Generator.cxx +++ b/Source/cmLocalVisualStudio6Generator.cxx @@ -1060,8 +1060,10 @@ void cmLocalVisualStudio6Generator if ((target.GetType() != cmTarget::SHARED_LIBRARY && target.GetType() != cmTarget::STATIC_LIBRARY && target.GetType() != cmTarget::MODULE_LIBRARY) || - (target.GetType()==cmTarget::SHARED_LIBRARY && libName != GetVS6TargetName(j->first)) || - (target.GetType()==cmTarget::MODULE_LIBRARY && libName != GetVS6TargetName(j->first))) + (target.GetType()==cmTarget::SHARED_LIBRARY + && libName != GetVS6TargetName(j->first)) || + (target.GetType()==cmTarget::MODULE_LIBRARY + && libName != GetVS6TargetName(j->first))) { // Compute the proper name to use to link this library. std::string lib; -- cgit v0.12