Removed some trailing whitespace

This commit is contained in:
Phil Nash 2015-12-04 10:20:33 +00:00
parent fdc42d0af4
commit 722315a1f5
4 changed files with 10 additions and 10 deletions

View file

@ -157,7 +157,7 @@ namespace Catch {
char const* classOrQualifiedMethodName,
NameAndDesc const& nameAndDesc,
SourceLineInfo const& lineInfo ) {
getMutableRegistryHub().registerTest
( makeTestCase
( testCase,
@ -172,7 +172,7 @@ namespace Catch {
NameAndDesc const& nameAndDesc ) {
registerTestCase( new FreeFunctionTestCase( function ), "", nameAndDesc, lineInfo );
}
///////////////////////////////////////////////////////////////////////////
AutoReg::AutoReg