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:
xaizek
2015-09-30 12:46:21 +03:00
parent d758428fe2
commit a0e64729f0
16 changed files with 49 additions and 52 deletions

View File

@@ -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 )