STYLE: Unify number of spaces

This commit is contained in:
Andy Cedilnik 2005-07-02 22:32:37 -04:00
parent bd44dc14fe
commit 26a70a2e37
1 changed files with 1 additions and 1 deletions

View File

@ -195,7 +195,7 @@ int cmCTestCoverageHandler::ProcessHandler()
if ( files.size() == 0 )
{
cmCTestLog(m_CTest, ERROR_MESSAGE, " Cannot find any coverage files." << std::endl);
cmCTestLog(m_CTest, ERROR_MESSAGE, " Cannot find any coverage files." << std::endl);
// No coverage files is a valid thing, so the exit code is 0
return 0;
}