From 730ec39a74c5f9a50d7a9f874bfe866212e0cabc Mon Sep 17 00:00:00 2001 From: Reinhold Gschweicher Date: Tue, 20 Oct 2020 11:24:00 +0200 Subject: [PATCH] Fix indentation in ParseAndAddCatchTests Consistently use 4 spaces instead of tabs --- extras/ParseAndAddCatchTests.cmake | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/extras/ParseAndAddCatchTests.cmake b/extras/ParseAndAddCatchTests.cmake index f4575ec8..3576e6fb 100644 --- a/extras/ParseAndAddCatchTests.cmake +++ b/extras/ParseAndAddCatchTests.cmake @@ -198,10 +198,10 @@ function(ParseAndAddCatchTests_ParseFile SourceFile TestTarget) set(CTestName "\"${CTestName}\"") endif() - # Handle template test cases - if("${TestTypeAndFixture}" MATCHES ".*TEMPLATE_.*") - set(Name "${Name} - *") - endif() + # Handle template test cases + if("${TestTypeAndFixture}" MATCHES ".*TEMPLATE_.*") + set(Name "${Name} - *") + endif() # Add the test and set its properties add_test(NAME "${CTestName}" COMMAND ${OptionalCatchTestLauncher} $ ${Name} ${AdditionalCatchParameters})