From 2d30df3500b917c2d662a6561948a8dba20a4c8b 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 --- contrib/ParseAndAddCatchTests.cmake | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/contrib/ParseAndAddCatchTests.cmake b/contrib/ParseAndAddCatchTests.cmake index f4575ec8..3576e6fb 100644 --- a/contrib/ParseAndAddCatchTests.cmake +++ b/contrib/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})