[cmake-commits] hoffman committed cmLocalVisualStudio7Generator.cxx 1.172 1.173

cmake-commits at cmake.org cmake-commits at cmake.org
Wed Feb 21 14:07:06 EST 2007


Update of /cvsroot/CMake/CMake/Source
In directory public:/mounts/ram/cvs-serv11460

Modified Files:
	cmLocalVisualStudio7Generator.cxx 
Log Message:
STYLE: fix line length


Index: cmLocalVisualStudio7Generator.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmLocalVisualStudio7Generator.cxx,v
retrieving revision 1.172
retrieving revision 1.173
diff -u -d -r1.172 -r1.173
--- cmLocalVisualStudio7Generator.cxx	20 Feb 2007 14:35:21 -0000	1.172
+++ cmLocalVisualStudio7Generator.cxx	21 Feb 2007 19:07:04 -0000	1.173
@@ -1166,7 +1166,8 @@
 
     // 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)
         {



More information about the Cmake-commits mailing list