Some layout reformatting. I think everything is in my preferred style now
This commit is contained in:
parent
d16ce74dbb
commit
cf7b6881c9
8 changed files with 427 additions and 87 deletions
|
@ -18,7 +18,11 @@
|
|||
|
||||
namespace Catch
|
||||
{
|
||||
inline int List( const Config& config )
|
||||
///////////////////////////////////////////////////////////////////////////
|
||||
inline int List
|
||||
(
|
||||
const Config& config
|
||||
)
|
||||
{
|
||||
if( config.listWhat() & Config::List::Reports )
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue