[cmake-commits] king committed cmSystemTools.cxx 1.354 1.355

cmake-commits at cmake.org cmake-commits at cmake.org
Mon Oct 8 10:05:44 EDT 2007


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

Modified Files:
	cmSystemTools.cxx 
Log Message:
STYLE: Fixed line-too-long.


Index: cmSystemTools.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmSystemTools.cxx,v
retrieving revision 1.354
retrieving revision 1.355
diff -u -d -r1.354 -r1.355
--- cmSystemTools.cxx	8 Oct 2007 14:03:37 -0000	1.354
+++ cmSystemTools.cxx	8 Oct 2007 14:05:42 -0000	1.355
@@ -35,7 +35,9 @@
 
 #include <sys/stat.h>
 
-#if defined(_WIN32) && (defined(_MSC_VER) || defined(__WATCOMC__) || defined(__BORLANDC__) || defined(__MINGW32__))
+#if defined(_WIN32) && \
+   (defined(_MSC_VER) || defined(__WATCOMC__) || \
+    defined(__BORLANDC__) || defined(__MINGW32__))
 # include <io.h>
 #endif
 



More information about the Cmake-commits mailing list