mirror of
https://github.com/Kitware/CMake.git
synced 2026-03-01 12:18:36 -06:00
STYLE: Unify number of spaces
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user