STYLE: fix line length

This commit is contained in:
Bill Hoffman 2007-02-21 14:07:04 -05:00
parent 7a13c7affe
commit 828eebcd31
1 changed files with 2 additions and 1 deletions

View File

@ -1166,7 +1166,8 @@ void cmLocalVisualStudio7Generator
// if the source file does not match the linker language
// then force c or c++
if(needForceLang || (linkLanguage && lang && strcmp(lang, linkLanguage) != 0))
if(needForceLang || (linkLanguage && lang
&& strcmp(lang, linkLanguage) != 0))
{
if(strcmp(lang, "CXX") == 0)
{