From 590061d37faf3b844ee8803c87f9074addbcf482 Mon Sep 17 00:00:00 2001 From: Cyberboss Date: Tue, 14 Jun 2016 10:45:01 -0400 Subject: [PATCH] 1 stray tab character --- include/internal/catch_config.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/internal/catch_config.hpp b/include/internal/catch_config.hpp index d7afa63a..e5787efa 100644 --- a/include/internal/catch_config.hpp +++ b/include/internal/catch_config.hpp @@ -54,7 +54,7 @@ namespace Catch { bool listReporters; bool listTestNamesAndSources; bool listTestNamesOnly; - bool listTestSources; + bool listTestSources; bool showSuccessfulTests; bool shouldDebugBreak;