diff options
author | Alexander Neundorf <neundorf@kde.org> | 2007-05-14 15:23:37 (GMT) |
---|---|---|
committer | Alexander Neundorf <neundorf@kde.org> | 2007-05-14 15:23:37 (GMT) |
commit | e4b5de6377bf144fadb7760efc3748f227807c25 (patch) | |
tree | 3fe22fd91af8f46f5cf475c99dfe533fa8a002d5 /Source/cmLocalVisualStudio6Generator.cxx | |
parent | 3aa23ce6ebb4df16428ef5619958abaa3d9710dc (diff) | |
download | CMake-e4b5de6377bf144fadb7760efc3748f227807c25.zip CMake-e4b5de6377bf144fadb7760efc3748f227807c25.tar.gz CMake-e4b5de6377bf144fadb7760efc3748f227807c25.tar.bz2 |
STYLE: fix line lengths
Alex
Diffstat (limited to 'Source/cmLocalVisualStudio6Generator.cxx')
-rw-r--r-- | Source/cmLocalVisualStudio6Generator.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmLocalVisualStudio6Generator.cxx b/Source/cmLocalVisualStudio6Generator.cxx index 071835a..20b0d57 100644 --- a/Source/cmLocalVisualStudio6Generator.cxx +++ b/Source/cmLocalVisualStudio6Generator.cxx @@ -618,7 +618,8 @@ cmLocalVisualStudio6Generator } // Write out the dependencies for the rule. fout << "USERDEP__HACK="; - for(std::vector<std::string>::const_iterator d=command.GetDepends().begin(); + for(std::vector<std::string>::const_iterator d = + command.GetDepends().begin(); d != command.GetDepends().end(); ++d) { |