Explorar o código

STYLE: Unify number of spaces

Andy Cedilnik %!s(int64=20) %!d(string=hai) anos
pai
achega
26a70a2e37
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Source/CTest/cmCTestCoverageHandler.cxx

+ 1 - 1
Source/CTest/cmCTestCoverageHandler.cxx

@@ -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;
     }