mirror of
https://github.com/catchorg/Catch2.git
synced 2025-05-25 14:09:26 +00:00
Removed some trailing whitespace
This commit is contained in:
parent
fdc42d0af4
commit
722315a1f5
4 changed files with 10 additions and 10 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue