Converted tabs to spaces in some files where they have crept back in

This commit is contained in:
Phil Nash
2013-03-08 09:26:20 +00:00
parent 85dff2bce8
commit e57a56bb28
5 changed files with 15 additions and 15 deletions

View File

@@ -27,13 +27,13 @@
namespace Catch {
class NonCopyable {
NonCopyable( const NonCopyable& );
void operator = ( const NonCopyable& );
protected:
NonCopyable() {}
virtual ~NonCopyable();
};
class NonCopyable {
NonCopyable( const NonCopyable& );
void operator = ( const NonCopyable& );
protected:
NonCopyable() {}
virtual ~NonCopyable();
};
class SafeBool {
public: