Reformatting

This commit is contained in:
Phil Nash 2012-05-15 07:42:26 +01:00
parent 6acb36a996
commit 2efc1146bf
11 changed files with 211 additions and 545 deletions

View file

@ -11,12 +11,10 @@
#include "catch_resultinfo_builder.hpp"
#include "catch_evaluate.hpp"
namespace Catch
{
namespace Catch {
template<typename T>
class Expression
{
class Expression {
void operator = ( const Expression& );
public:
@ -79,8 +77,7 @@ private:
};
template<typename LhsT>
class PtrExpression
{
class PtrExpression {
public:
PtrExpression ( ResultInfoBuilder& result, const LhsT* lhs )