summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/catch/include/internal/catch_interfaces_reporter.h
diff options
context:
space:
mode:
Diffstat (limited to '3rdparty/catch/include/internal/catch_interfaces_reporter.h')
-rw-r--r--3rdparty/catch/include/internal/catch_interfaces_reporter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/3rdparty/catch/include/internal/catch_interfaces_reporter.h b/3rdparty/catch/include/internal/catch_interfaces_reporter.h
index 98e2cd6a02b..3aebab986eb 100644
--- a/3rdparty/catch/include/internal/catch_interfaces_reporter.h
+++ b/3rdparty/catch/include/internal/catch_interfaces_reporter.h
@@ -248,7 +248,7 @@ namespace Catch
virtual void testRunEnded( TestRunStats const& testRunStats ) = 0;
virtual void skipTest( TestCaseInfo const& testInfo ) = 0;
-
+
virtual MultipleReporters* tryAsMulti() { return CATCH_NULL; }
};