Replace stray tabs with spaces

This commit is contained in:
Martin Hořeňovský
2020-07-22 20:46:58 +02:00
parent 480f3f418b
commit 657ebf5db2
+2 -2
View File
@@ -242,8 +242,8 @@ namespace Catch {
}
void RunContext::benchmarkPreparing(std::string const& name) {
m_reporter->benchmarkPreparing(name);
}
m_reporter->benchmarkPreparing(name);
}
void RunContext::benchmarkStarting( BenchmarkInfo const& info ) {
m_reporter->benchmarkStarting( info );
}