Moar reformatting

This commit is contained in:
Phil Nash
2012-05-15 23:58:23 +01:00
parent d0be9ed5d9
commit c67a7eef2b
8 changed files with 140 additions and 429 deletions

View File

@@ -14,8 +14,8 @@
#include <vector>
#include <stdlib.h>
namespace Catch
{
namespace Catch {
class TestCaseInfo;
struct IResultCapture;
struct ITestCaseRegistry;
@@ -25,8 +25,8 @@ namespace Catch
class StreamBufBase : public std::streambuf{};
class Context
{
class Context {
Context();
Context( const Context& );
void operator=( const Context& );