summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalVisualStudio6Generator.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/cmLocalVisualStudio6Generator.cxx
parent73f5e13cf3a351bac9ccb234d6950cfcd5924b6f (diff)
downloadCMake-227c86d8cc8e5c00f7deae095480676b8ca6aa96.zip
CMake-227c86d8cc8e5c00f7deae095480676b8ca6aa96.tar.gz
CMake-227c86d8cc8e5c00f7deae095480676b8ca6aa96.tar.bz2
STYLE: Fix line length style violations.
Diffstat (limited to 'Source/cmLocalVisualStudio6Generator.cxx')
-rw-r--r--Source/cmLocalVisualStudio6Generator.cxx6
1 files changed, 4 insertions, 2 deletions
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;