Explorar o código

CTestCoverageCollectGCOV: replace tabulators

Ben Boeckel %!s(int64=10) %!d(string=hai) anos
pai
achega
936a95d405
Modificáronse 1 ficheiros con 3 adicións e 3 borrados
  1. 3 3
      Tests/CTestCoverageCollectGCOV/test.cmake.in

+ 3 - 3
Tests/CTestCoverageCollectGCOV/test.cmake.in

@@ -12,9 +12,9 @@ ctest_build()
 ctest_test()
 
 list(APPEND CTEST_CUSTOM_COVERAGE_EXCLUDE
-	"/foo/something"
-	"/3rdparty/"
-	"/bar/somethingelse"
+  "/foo/something"
+  "/3rdparty/"
+  "/bar/somethingelse"
 )
 
 include(CTestCoverageCollectGCOV)