STYLE: line too long
This commit is contained in:
parent
f18bb42bfc
commit
b92b025226
|
@ -130,7 +130,8 @@ void cmDSWMakefile::WriteDSWFile(std::ostream& fout)
|
||||||
// Get the list of create dsp files names from the cmDSPMakefile, more
|
// Get the list of create dsp files names from the cmDSPMakefile, more
|
||||||
// than one dsp could have been created per input CMakeLists.txt file
|
// than one dsp could have been created per input CMakeLists.txt file
|
||||||
// for each target
|
// 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 &tgts = pg->GetDSPMakefile()->GetMakefile()->GetTargets();
|
||||||
cmTargets::iterator l = tgts.begin();
|
cmTargets::iterator l = tgts.begin();
|
||||||
for(std::vector<std::string>::iterator si = dspnames.begin();
|
for(std::vector<std::string>::iterator si = dspnames.begin();
|
||||||
|
|
|
@ -130,7 +130,8 @@ void cmDSWMakefile::WriteDSWFile(std::ostream& fout)
|
||||||
// Get the list of create dsp files names from the cmDSPMakefile, more
|
// Get the list of create dsp files names from the cmDSPMakefile, more
|
||||||
// than one dsp could have been created per input CMakeLists.txt file
|
// than one dsp could have been created per input CMakeLists.txt file
|
||||||
// for each target
|
// 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 &tgts = pg->GetDSPMakefile()->GetMakefile()->GetTargets();
|
||||||
cmTargets::iterator l = tgts.begin();
|
cmTargets::iterator l = tgts.begin();
|
||||||
for(std::vector<std::string>::iterator si = dspnames.begin();
|
for(std::vector<std::string>::iterator si = dspnames.begin();
|
||||||
|
|
Loading…
Reference in New Issue