mirror of
https://github.com/catchorg/Catch2.git
synced 2025-12-18 16:12:11 +01:00
Fix whitespace errors in include/**
Two types of errors: * Trailing whitespace. * Empty line at the end of a file. No functional changes.
This commit is contained in:
@@ -62,7 +62,7 @@ namespace Catch {
|
||||
}
|
||||
std::vector<TestCase> skippedTestCases;
|
||||
getRegistryHub().getTestCaseRegistry().getFilteredTests( testSpec, *m_config, skippedTestCases, true );
|
||||
|
||||
|
||||
for( std::vector<TestCase>::const_iterator it = skippedTestCases.begin(), itEnd = skippedTestCases.end();
|
||||
it != itEnd;
|
||||
++it )
|
||||
|
||||
Reference in New Issue
Block a user