summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalVisualStudio7Generator.cxx
diff options
context:
space:
mode:
authorAlexander Neundorf <neundorf@kde.org>2007-05-10 15:38:23 (GMT)
committerAlexander Neundorf <neundorf@kde.org>2007-05-10 15:38:23 (GMT)
commit362f81981e0759fe310eea5def1644d4304700e8 (patch)
tree2c034e70811715bd458d463602274ea92cebbe91 /Source/cmLocalVisualStudio7Generator.cxx
parent8c39efe8546668c7828a53be4641f6fa13579e2f (diff)
downloadCMake-362f81981e0759fe310eea5def1644d4304700e8.zip
CMake-362f81981e0759fe310eea5def1644d4304700e8.tar.gz
CMake-362f81981e0759fe310eea5def1644d4304700e8.tar.bz2
STYLE: fix line length
Alex
Diffstat (limited to 'Source/cmLocalVisualStudio7Generator.cxx')
-rw-r--r--Source/cmLocalVisualStudio7Generator.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmLocalVisualStudio7Generator.cxx b/Source/cmLocalVisualStudio7Generator.cxx
index 53d24a9..ec38421 100644
--- a/Source/cmLocalVisualStudio7Generator.cxx
+++ b/Source/cmLocalVisualStudio7Generator.cxx
@@ -1283,7 +1283,8 @@ WriteCustomRule(std::ostream& fout,
{
// Write a rule for the output generated by this command.
const char* sep = "";
- for(std::vector<std::string>::const_iterator o = command.GetOutputs().begin();
+ for(std::vector<std::string>::const_iterator o =
+ command.GetOutputs().begin();
o != command.GetOutputs().end();
++o)
{