More reformatting

This commit is contained in:
Phil Nash
2012-05-16 08:02:20 +01:00
parent c67a7eef2b
commit 6cd2ac7544
11 changed files with 125 additions and 351 deletions

View File

@@ -14,8 +14,8 @@
#include <sstream>
#include <iostream>
namespace Catch
{
namespace Catch {
class TestRegistry : public ITestCaseRegistry {
public:
TestRegistry() : m_unnamedCount( 0 ) {}