diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2001-06-04 22:24:43 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2001-06-04 22:24:43 (GMT) |
commit | b92b0252263f29fef2dec3174e86207898f6677c (patch) | |
tree | fe63f5a1d225965ab0e64e3aa8242fa42faa90fc /Source/cmDSWWriter.cxx | |
parent | f18bb42bfcf336c27ed5cad12f35626a0e84f84b (diff) | |
download | CMake-b92b0252263f29fef2dec3174e86207898f6677c.zip CMake-b92b0252263f29fef2dec3174e86207898f6677c.tar.gz CMake-b92b0252263f29fef2dec3174e86207898f6677c.tar.bz2 |
STYLE: line too long
Diffstat (limited to 'Source/cmDSWWriter.cxx')
-rw-r--r-- | Source/cmDSWWriter.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmDSWWriter.cxx b/Source/cmDSWWriter.cxx index 0823869..7f533e9 100644 --- a/Source/cmDSWWriter.cxx +++ b/Source/cmDSWWriter.cxx @@ -130,7 +130,8 @@ void cmDSWMakefile::WriteDSWFile(std::ostream& fout) // Get the list of create dsp files names from the cmDSPMakefile, more // than one dsp could have been created per input CMakeLists.txt file // for each target - std::vector<std::string> dspnames = pg->GetDSPMakefile()->GetCreatedProjectNames(); + std::vector<std::string> dspnames = + pg->GetDSPMakefile()->GetCreatedProjectNames(); cmTargets &tgts = pg->GetDSPMakefile()->GetMakefile()->GetTargets(); cmTargets::iterator l = tgts.begin(); for(std::vector<std::string>::iterator si = dspnames.begin(); |