STYLE: Fix line length
This commit is contained in:
parent
5a2b41350b
commit
b4da7bbaab
|
@ -717,7 +717,8 @@ int cmCTestCoverageHandler::ProcessHandler()
|
||||||
std::string line;
|
std::string line;
|
||||||
for ( cc= 0; cc < fcov.size(); cc ++ )
|
for ( cc= 0; cc < fcov.size(); cc ++ )
|
||||||
{
|
{
|
||||||
if ( !cmSystemTools::GetLineFromStream(ifs, line) && cc != fcov.size() -1 )
|
if ( !cmSystemTools::GetLineFromStream(ifs, line) &&
|
||||||
|
cc != fcov.size() -1 )
|
||||||
{
|
{
|
||||||
cmOStringStream ostr;
|
cmOStringStream ostr;
|
||||||
ostr << "Problem reading source file: " << fullFileName.c_str()
|
ostr << "Problem reading source file: " << fullFileName.c_str()
|
||||||
|
|
Loading…
Reference in New Issue