Some layout reformatting. I think everything is in my preferred style now

This commit is contained in:
Phil Nash 2011-02-03 20:00:46 +00:00
parent d16ce74dbb
commit cf7b6881c9
8 changed files with 427 additions and 87 deletions

View file

@ -18,7 +18,11 @@
namespace Catch
{
inline int List( const Config& config )
///////////////////////////////////////////////////////////////////////////
inline int List
(
const Config& config
)
{
if( config.listWhat() & Config::List::Reports )
{