summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalVisualStudio71Generator.cxx
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2008-10-01 13:04:27 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2008-10-01 13:04:27 (GMT)
commitecf312ccc87ae455267df27ad5cbe2c031e9ef18 (patch)
tree4aa28cac73526043f0e7886cc993f0c773ad87c2 /Source/cmGlobalVisualStudio71Generator.cxx
parent8a704d5686280ab804f03e48a180ff871422609f (diff)
downloadCMake-ecf312ccc87ae455267df27ad5cbe2c031e9ef18.zip
CMake-ecf312ccc87ae455267df27ad5cbe2c031e9ef18.tar.gz
CMake-ecf312ccc87ae455267df27ad5cbe2c031e9ef18.tar.bz2
STYLE: fix line length stuff for KWStyle
Diffstat (limited to 'Source/cmGlobalVisualStudio71Generator.cxx')
-rw-r--r--Source/cmGlobalVisualStudio71Generator.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmGlobalVisualStudio71Generator.cxx b/Source/cmGlobalVisualStudio71Generator.cxx
index 78bc0ec..01ea403 100644
--- a/Source/cmGlobalVisualStudio71Generator.cxx
+++ b/Source/cmGlobalVisualStudio71Generator.cxx
@@ -155,7 +155,8 @@ cmGlobalVisualStudio71Generator::WriteProject(std::ostream& fout,
{
// check to see if this is a fortran build
const char* ext = ".vcproj";
- const char* project = "Project(\"{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}\") = \"";
+ const char* project =
+ "Project(\"{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}\") = \"";
if(this->TargetIsFortranOnly(t))
{
ext = ".vfproj";