Replace stray tabs with spaces

This commit is contained in:
Martin Hořeňovský 2020-06-01 19:06:41 +02:00
parent 480f3f418b
commit 657ebf5db2
No known key found for this signature in database
GPG Key ID: DE48307B8B0D381A
1 changed files with 2 additions and 2 deletions

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 );
}