From b92b0252263f29fef2dec3174e86207898f6677c Mon Sep 17 00:00:00 2001 From: Bill Hoffman Date: Mon, 4 Jun 2001 18:24:43 -0400 Subject: [PATCH] STYLE: line too long --- Source/cmDSWMakefile.cxx | 3 ++- Source/cmDSWWriter.cxx | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Source/cmDSWMakefile.cxx b/Source/cmDSWMakefile.cxx index 082386923..7f533e929 100644 --- a/Source/cmDSWMakefile.cxx +++ b/Source/cmDSWMakefile.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 dspnames = pg->GetDSPMakefile()->GetCreatedProjectNames(); + std::vector dspnames = + pg->GetDSPMakefile()->GetCreatedProjectNames(); cmTargets &tgts = pg->GetDSPMakefile()->GetMakefile()->GetTargets(); cmTargets::iterator l = tgts.begin(); for(std::vector::iterator si = dspnames.begin(); diff --git a/Source/cmDSWWriter.cxx b/Source/cmDSWWriter.cxx index 082386923..7f533e929 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 dspnames = pg->GetDSPMakefile()->GetCreatedProjectNames(); + std::vector dspnames = + pg->GetDSPMakefile()->GetCreatedProjectNames(); cmTargets &tgts = pg->GetDSPMakefile()->GetMakefile()->GetTargets(); cmTargets::iterator l = tgts.begin(); for(std::vector::iterator si = dspnames.begin();